Module vector_feature

Source
Expand description

Base Features covering 2D and 3D for points, lines, and polygons

Structs§

BaseVectorLines3DFeature
Base Vector Line 3D Feature
BaseVectorLinesFeature
Base Vector Line Feature
BaseVectorPoints3DFeature
Base Vector Points Feature
BaseVectorPointsFeature
Base Vector Points Feature
BaseVectorPolys3DFeature
Base Vector Polygon Feature
BaseVectorPolysFeature
Base Vector Polygon Feature

Enums§

BaseVectorFeature
A type that encompasses all vector tile feature types
TessellationWrapper
Tessellation Wrapper to handle both 2D and 3D cases

Traits§

VectorFeature
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