Expand description
All geometry types and structs
Structs§
- A BBOX is defined in lon-lat space and helps with zooming motion to see the entire line or polygon
- A BBOX is defined in lon-lat space and helps with zooming motion to see the entire 3D line or polygon
- BaseGeometry is the a generic geometry type
Enums§
- BBox or BBox3D
- All possible geometry shapes
Type Aliases§
- Definition of a LineString
- Definition of a 3D LineString
- LineString3DGeometry is a 3D line
- LineStringGeometry is a line
- Definition of a MultiLineString
- Definition of a 3D MultiLineString
- MultiLineString3DGeometry contains multiple 3D lines
- MultiLineStringGeometry contains multiple lines
- Definition of a MultiPoint
- Definition of a 3D MultiPoint
- MultiPoint3DGeometry contains multiple 3D points
- MultiPointGeometry contains multiple points
- Definition of a MultiPolygon
- Definition of a 3D MultiPolygon
- MultiPolygon3DGeometry is a 3D polygon with multiple polygons with their own potential holes
- MultiPolygonGeometry is a polygon with multiple polygons with their own potential holes
- Definition of a Point. May represent WebMercator Lon-Lat or S2Geometry S-T
- Definition of a 3D Point. May represent WebMercator Lon-Lat or S2Geometry S-T with a z-value
- Point3DGeometry is a 3D point
- PointGeometry is a point
- Definition of a Polygon
- Definition of a 3D Polygon
- Polygon3DGeometry is a 3D polygon with potential holes
- PolygonGeometry is a polygon with potential holes