Expand description
Base Features covering 2D and 3D for points, lines, and polygons
Structs§
- Base
Vector Lines3D Feature - Base Vector Line 3D Feature
- Base
Vector Lines Feature - Base Vector Line Feature
- Base
Vector Points3D Feature - Base Vector Points Feature
- Base
Vector Points Feature - Base Vector Points Feature
- Base
Vector Polys3D Feature - Base Vector Polygon Feature
- Base
Vector Polys Feature - Base Vector Polygon Feature
Enums§
- Base
Vector Feature - A type that encompasses all vector tile feature types
- Tessellation
Wrapper - Tessellation Wrapper to handle both 2D and 3D cases
Traits§
- Vector
Feature - Vector Feature functions that are common to all vector features
Functions§
- decode_
offset - Decode offset from a signed integer into a float or double
- encode_
offset - Encode offset values into a signed integer to reduce byte cost without too much loss
- tess_
to_ points - Taking input tesselation data, migrate it back to a Point
- tess_
to_ points_ 3d - Taking input tesselation 3D data, migrate back to a Point3D