+
K
Supported in: Batch
Returns the envelope of all valid geometries in the given column. Invalid geometries are treated as null and ignored.
Expression categories: Geospatial
Output type: Geometry
Argument values:
geometry
Given input table:
Outputs: {"type":"Polygon","coordinates":[[[-6.0,-92.3],[-6.0,8.4],[125.6,8.4],[125.6,-92.3],[-6.0,-92.3]]]}
Outputs: null
Outputs: {"type":"Polygon","coordinates":[[[0.0,0.0],[0.0,4.8],[2.0,4.8],[2.0,0.0],[0.0,0.0]]]}