Module geometry_index

Source
Expand description

Geometry index.

Structs§

GeometryIndex
A quad tree storing the currently loaded tiles.
IndexProcessor
A processor able to create geometries using [geozero::geo_types::GeoWriter].
IndexedGeometry
An indexed geometry contains an exact vector geometry, computed bounds which can be helpful when interacting with the geometry and a hashmap of properties.

Enums§

ExactGeometry
Contains either a polygon or line vector.
TileIndex
Index of tiles which can be of two types: spatial or linear. Spatial tiles are stored in a multi-dimentional tree which represents their position in the tile. Linear tiles are simply stored in a vector.