Skip to main content

Geometry Types

Spatial types for representing geographic features.

Types

TypeDescription
GeometryGeoJSON geometry value (Point, LineString, Polygon, etc.)
BBoxBounding box as 4 or 6 coordinate values: [west, south, east, north] or [west, south, min-altitude, east, north, max-altitude]
GeometryTypeEnumeration of geometry types: geometry_collection, line_string, multi_line_string, multi_point, multi_polygon, point, polygon