Returns the the smallest rectangle which contains the specified geometries.
1 geo.aggrMbr
<geo.aggrMbr>
<geometry_column /> *
</geo.aggrMbr>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Egeometry_column | geometry |
Example
Copy
<select> <columns> <geo.aggrMbr>a.type, a.geometry_col</geo.aggrMbr> </columns> <from table='buildings' alias='a' > </from> <group>a.type</group> </select>