注意:以下翻译的准确性尚未经过验证。这是使用 AIP ↗ 从原始英文文本进行的机器翻译。
支持于: 批处理
内合并基于点几何之间的距离将左和右数据集合并。几何必须表示点,并且可以选择性地包括z坐标。在合并之前,内部将几何转换为给定的投影坐标参考系统,然后再转换回WGS84。非点几何将被忽略,并且整个右侧数据集必须能够适应驱动程序和执行器内存。一个3 gb的执行器应能处理邻居数据集中最多400万个点。
变换类别: 地理空间, 合并
参数值:
geometryColLhs
, geometryCol
)输入: ri.foundry.main.dataset.left
geometryColLhs | lhs-1 |
---|---|
{"coordinates": [0.0, 0.0, 0.0], "type":"Point"} | 42.0 |
{"coordinates": [0.0, 0.0, 5.0], "type":"Point"} | 43.0 |
{"coordinates": [0.0, 0.0], "type":"Point"} | 44.0 |
ri.foundry.main.dataset.right
geometryCol | col1 | arrayCol |
---|---|---|
{"coordinates": [0.0, 0.0, 2.0], "type":"Point"} | rhsVal1 | [ 0.0, 1.0 ] |
{"coordinates": [0.0, 1.0], "type":"Point"} | rhsVal2 | [ 0.0, 1.0 ] |
输出:
geometryColLhs | lhs-1 | rhs_geometryCol | rhs_arrayCol |
---|---|---|---|
{"coordinates": [0.0, 0.0, 0.0], "type":"Point"} | 42.0 | {"coordinates": [0.0, 0.0, 2.0], "type":"Point"} | [ 0.0, 1.0 ] |
{"coordinates": [0.0, 0.0, 0.0], "type":"Point"} | 42.0 | {"coordinates": [0.0, 1.0], "type":"Point"} | [ 0.0, 1.0 ] |
{"coordinates": [0.0, 0.0, 5.0], "type":"Point"} | 43.0 | {"coordinates": [0.0, 0.0, 2.0], "type":"Point"} | [ 0.0, 1.0 ] |
{"coordinates": [0.0, 0.0, 5.0], "type":"Point"} | 43.0 | {"coordinates": [0.0, 1.0], "type":"Point"} | [ 0.0, 1.0 ] |
{"coordinates": [0.0, 0.0], "type":"Point"} | 44.0 | {"coordinates": [0.0, 0.0, 2.0], "type":"Point"} | [ 0.0, 1.0 ] |
{"coordinates": [0.0, 0.0], "type":"Point"} | 44.0 | {"coordinates": [0.0, 1.0], "type":"Point"} | [ 0.0, 1.0 ] |
参数值:
geometryColLhs
, geometryCol
)输入: ri.foundry.main.dataset.left
geometryColLhs | lhs-1 |
---|---|
{"coordinates": [0.0, 0.0, 0.0], "type":"Point"} | 42.0 |
{"coordinates": [0.0, 0.0, 5.0], "type":"Point"} | 43.0 |
{"coordinates": [0.0, 5.0], "type":"Point"} | 44.0 |
ri.foundry.main.dataset.right
geometryCol | col1 | arrayCol |
---|---|---|
{"coordinates": [0.0, 0.0, 2.0], "type":"Point"} | rhsVal1 | [ 0.0, 1.0 ] |
{"coordinates": [1.0, 1.0, 6.0], "type":"Point"} | rhsVal2 | [ 0.0, 1.0 ] |
{"coordinates": [0.0, 0.0, 3.0], "type":"Point"} | rhsVal3 | [ 0.0, 1.0 ] |
{"coordinates": [0.0, 0.0], "type":"Point"} | rhsVal4 | [ 0.0, 1.0 ] |
输出:
geometryColLhs | lhs-1 | rhs_geometryCol | rhs_arrayCol |
---|---|---|---|
{"coordinates": [0.0, 0.0, 0.0], "type":"Point"} | 42.0 | {"coordinates": [0.0, 0.0, 2.0], "type":"Point"} | [ 0.0, 1.0 ] |
{"coordinates": [0.0, 0.0, 5.0], "type":"Point"} | 43.0 | {"coordinates": [0.0, 0.0, 3.0], "type":"Point"} | [ 0.0, 1.0 ] |
{"coordinates": [0.0, 0.0, 5.0], "type":"Point"} | 43.0 | {"coordinates": [1.0, 1.0, 6.0], "type":"Point"} | [ 0.0, 1.0 ] |
参数值:
geometryColLhs
, geometryColRhs
)输入: ri.foundry.main.dataset.left
geometryColLhs | lhs-1 |
---|---|
{"coordinates": [-112.14843750000001,33.440609443703586], "type":"Point"} | 42.0 |
null | 43.0 |
ri.foundry.main.dataset.right
geometryColRhs | rhs-1 |
---|---|
{"coordinates": [-112.14560508728029,33.44082430962016], "type":"Point"} | rhsVal1 |
{"coordinates": [-112.11796760559083,33.440895931474124], "type":"Point"} | rhsVal2 |
输出:
geometryColLhs | lhs-1 | geometryColRhs | rhs-1 |
---|---|---|---|
{"coordinates": [-112.14843750000001,33.440609443703586], "type":"Point"} | 42.0 | {"coordinates": [-112.14560508728029,33.44082430962016], "type":"Point"} | rhsVal1 |
参数值:
geometryColLhs
, geometryCol
)输入: ri.foundry.main.dataset.left
geometryColLhs | lhs-1 |
---|---|
{"coordinates": [15.0, 5.0], "type":"Point"} | 42.0 |
{"coordinates": [55.0, 5.0], "type":"Point"} | 43.0 |
ri.foundry.main.dataset.right
geometryCol | col1 | arrayCol |
---|---|---|
{"coordinates": [15.0, 5.0], "type":"Point"} | rhsVal1 | [ 0.0, 1.0 ] |
输出:
geometryColLhs | lhs-1 |
---|---|
{"coordinates": [15.0, 5.0], "type":"Point"} | 42.0 |
参数值:
geometryColLhs
, geometryCol
)输入: ri.foundry.main.dataset.left
geometryColLhs | lhs-1 |
---|---|
{"coordinates": [15.0, 5.0], "type":"Point"} | 42.0 |
{"coordinates": [55.0, 5.0], "type":"Point"} | 43.0 |
ri.foundry.main.dataset.right
geometryCol | col1 | arrayCol |
---|---|---|
{"coordinates": [55.0, 5.0], "type":"Point"} | rhsVal1 | [ 0.0, 1.0 ] |
输出:
rhs_geometryCol | rhs_arrayCol |
---|---|
{"coordinates": [55.0, 5.0], "type":"Point"} | [ 0.0, 1.0 ] |
参数值:
geometryColLhs
, geometryCol
)输入: ri.foundry.main.dataset.left
geometryColLhs | lhs-1 |
---|---|
{"coordinates": [15.0, 5.0], "type":"Point"} | 42.0 |
{"coordinates": [55.0, 5.0], "type":"Point"} | 43.0 |
{"coordinates": [[[20.0, 10.0], [27.0, 10.0], [27.0, 17.0], [20.0, 17.0], [20.0, 10.0]]], "type": "Polygon"} | 44.0 |
null | 45.0 |
ri.foundry.main.dataset.right
geometryCol | col1 | arrayCol |
---|---|---|
{"coordinates": [15.0, 5.0], "type":"Point"} | rhsVal1 | [ 0.0, 1.0 ] |
{"coordinates": [[[21.0, 21.0], [27.0, 21.0], [27.0, 27.0], [21.0, 27.0], [21.0, 21.0]]], "type": "Polygon"} | rhsVal2 | [ 0.0, 1.0 ] |
{"coordinates": [[[20.0, 10.0], [27.0, 10.0], [27.0, 17.0], [20.0, 17.0], [20.0, 10.0]]], "type": "Polygon"} | rhsVal3 | [ 0.0, 1.0 ] |
null | rhsVal4 | [ 0.0, 1.0 ] |
输出:
geometryColLhs | lhs-1 | rhs_geometryCol | rhs_col1 | rhs_arrayCol |
---|---|---|---|---|
{"coordinates": [15.0, 5.0], "type":"Point"} | 42.0 | {"coordinates": [15.0, 5.0], "type":"Point"} | rhsVal1 | [ 0.0, 1.0 ] |