Module geometry

Source
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
VectorLine3DWithOffset
Built array line data with associated offset to help render dashed lines across tiles.
VectorLineWithOffset
Built array line data with associated offset to help render dashed lines across tiles.

Enums§

VectorGeometry
An enumeration of all the geometry types

Type Aliases§

VectorLine
A set of points
VectorLine3D
A set of 3D points
VectorLines
A set of lines
VectorLines3D
A set of 3D lines
VectorLines3DWithOffset
Built array line data with associated offset to help render dashed lines across tiles.
VectorLinesWithOffset
Built array line data with associated offset to help render dashed lines across tiles.
VectorMultiPoly
A set of multiple polygons
VectorMultiPoly3D
A set of multiple 3D polygons
VectorPoints
A set of points
VectorPoints3D
A set of 3D points
VectorPoly
A set of polygons
VectorPoly3D
A set of 3D polygons