注意:以下翻译的准确性尚未经过验证。这是使用 AIP ↗ 从原始英文文本进行的机器翻译。
支持于: 批处理, 流式处理
设置几何的z坐标。如果几何已有z坐标,将被覆盖。
表达式类别: 地理空间
输出类型: Geometry
参数值:
geometry
zCoordinate
geometry | zCoordinate | 输出 |
---|---|---|
{"type":"Point","coordinates":[1.0, 2.0]} | 1.0 | {"type":"Point","coordinates":[1.0, 2.0, 1.0]} |
{"type":"Point","coordinates":[1.0, 2.0, 3.0]} | 1.0 | {"type":"Point","coordinates":[1.0, 2.0, 1.0]} |
参数值:
geometry
zCoordinate
geometry | zCoordinate | 输出 |
---|---|---|
null | 0.0 | null |
{"type":"Point","coordinates":[1.0, 2.0]} | null | {"type":"Point","coordinates":[1.0, 2.0]} |