Expand description
Geometry index.
Structs§
- Geometry
Index - A quad tree storing the currently loaded tiles.
- Index
Processor - A processor able to create geometries using
[geozero::geo_types::GeoWriter]. - Indexed
Geometry - 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§
- Exact
Geometry - Contains either a polygon or line vector.
- Tile
Index - 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.