Expand description
Geometry utilities
Structs§
- Point
- Open Vector Spec can be an x,y but also may contain an MValue if the geometry is a line or polygon
- Point3D
- Open Vector Spec can be an x,y,z but also may contain an MValue if the geometry is a line or polygon
- Vector
Line3D With Offset - Built array line data with associated offset to help render dashed lines across tiles.
- Vector
Line With Offset - Built array line data with associated offset to help render dashed lines across tiles.
Enums§
- Vector
Geometry - An enumeration of all the geometry types
Type Aliases§
- Vector
Line - A set of points
- Vector
Line3D - A set of 3D points
- Vector
Lines - A set of lines
- Vector
Lines3D - A set of 3D lines
- Vector
Lines3D With Offset - Built array line data with associated offset to help render dashed lines across tiles.
- Vector
Lines With Offset - Built array line data with associated offset to help render dashed lines across tiles.
- Vector
Multi Poly - A set of multiple polygons
- Vector
Multi Poly3D - A set of multiple 3D polygons
- Vector
Points - A set of points
- Vector
Points3D - A set of 3D points
- Vector
Poly - A set of polygons
- Vector
Poly3D - A set of 3D polygons