Spatial data types used by the Geospatial Toolkit
The functions provided by the Geospatial Toolkit can handle a wide variety of spatial data types.
| Geometry Type | Description |
|---|---|
| ST_BoundingBox | Bounding box |
| ST_Curve | Curve geometry |
| ST_GeomCollection | A collection of geometries |
| ST_Geometry | Generic geometry |
| ST_Line | LineSegment geometry |
| ST_LinearRing | LinearRing geometry |
| ST_LineString | LineString geometry |
| ST_MultiLineString | A collection of line strings |
| ST_MultiPoint | A collection of points |
| ST_MultiPolygon | A collection of polygons |
| ST_Point | Point geometry |
| ST_Polygon | Polygon geometry |