home  >   spatialanalyst  >   geometry  >   grid3d

geometryGrid3DIntersectionResults Resource



Resource Description:
The result set resource for geometry grid intersection. Executing a POST request to this resource calculates the grid intersection for multiple geometry object arrays at a specified level. Uses merge-intersect semantics: all source geometry grid codes are merged into one set, then intersected with all target geometry grid codes.

Calculate Grid Intersection:
Source Object Array: JSON array format. Supported types: POINT3D, LINE3D.
Target Object Array: JSON array format. Supported types: POINT3D, LINE3D.
Grid Level: Shared grid level for source and target, GeoSOT supports levels 1-32
Grid Type: GeoSOT grid only supports CGCS2000 coordinate system
Return 3D Grid Geometry: When checked, returns 3D grid geometry string for each intersecting grid; otherwise only grid codes are returned.
 
HTTP methods

Output formats