Expand description
Primitive geometry types (used by GeoJSON spec)
Structs§
- Base
Geometry - BaseGeometry is the a generic geometry type
- Point
- Definition of a Point. May represent WebMercator Lon-Lat or S2Geometry S-T
- Point3D
- Definition of a 3D Point. May represent WebMercator Lon-Lat or S2Geometry S-T with a z-value
- Point
OrPoint3D - Define a Point or Point3D
Enums§
- Geometry
- All possible geometry shapes
- Geometry
Type - Enum to represent specific geometry types as strings
Type Aliases§
- Line
String - Definition of a LineString
- Line
String3D - Definition of a 3D LineString
- Line
String3D Geometry - LineString3DGeometry is a 3D line
- Line
String Geometry - LineStringGeometry is a line
- Multi
Line String - Definition of a MultiLineString
- Multi
Line String3D - Definition of a 3D MultiLineString
- Multi
Line String3D Geometry - MultiLineString3DGeometry contains multiple 3D lines
- Multi
Line String Geometry - MultiLineStringGeometry contains multiple lines
- Multi
Point - Definition of a MultiPoint
- Multi
Point3D - Definition of a 3D MultiPoint
- Multi
Point3D Geometry - MultiPoint3DGeometry contains multiple 3D points
- Multi
Point Geometry - MultiPointGeometry contains multiple points
- Multi
Polygon - Definition of a MultiPolygon
- Multi
Polygon3D - Definition of a 3D MultiPolygon
- Multi
Polygon3D Geometry - MultiPolygon3DGeometry is a 3D polygon with multiple polygons with their own potential holes
- Multi
Polygon Geometry - MultiPolygonGeometry is a polygon with multiple polygons with their own potential holes
- Point3D
Geometry - Point3DGeometry is a 3D point
- Point
Geometry - PointGeometry is a point
- Polygon
- Definition of a Polygon
- Polygon3D
- Definition of a 3D Polygon
- Polygon3D
Geometry - Polygon3DGeometry is a 3D polygon with potential holes
- Polygon
Geometry - PolygonGeometry is a polygon with potential holes