Expand description
Vector geometry types (used by the s2json spec for both WGS84 and S2Geometry)
Structs§
- Vector
Base Geometry - BaseGeometry is the a generic geometry type
Enums§
- Vector
Geometry - All possible geometry shapes
- Vector
Geometry Type - Enum to represent specific vector geometry types as strings
- Vector
Offsets - All possible geometry offsets
Type Aliases§
- Vector
Line Offset - An offset defines how far the starting line is from the original starting point pre-slice
- Vector
Line String - Definition of a Vector LineString
- Vector
Line String Geometry - LineStringGeometry is a line
- Vector
Multi Line Offset - A collection of offsets
- Vector
Multi Line String - Definition of a Vector MultiLineString
- Vector
Multi Line String Geometry - MultiLineStringGeometry contains multiple lines
- Vector
Multi Point - Definition of a Vector MultiPoint
- Vector
Multi Point Geometry - MultiPointGeometry contains multiple points
- Vector
Multi Polygon - Definition of a Vector MultiPolygon
- Vector
Multi Polygon Geometry - MultiPolygonGeometry is a polygon with multiple polygons with their own potential holes
- Vector
Multi Polygon Offset - A collection of collections of offsets
- Vector
Point Geometry - PointGeometry is a point
- Vector
Polygon - Definition of a Vector Polygon
- Vector
Polygon Geometry - PolygonGeometry is a polygon with potential holes
- Vector
Polygon Offset - A collection of offsets