Crate hprtree

Source

Structs§

BBox
A simple stuct representing a bounding box / envelope, intended for lat/lon coordinates with lat=y, lon=x
HPRTree
The spatial index itself
HPRTreeBuilder
The builder for the spatial index, start here
HPRTreeWrapping
A variant of the spatial index which takes the element and its geometry in separately and does not return the geometry from queries
HPRTreeWrappingBuilder
The builder for the spatial index variant
Point
A simple point struct, intended for lat/lon coordinates with lat=y, lon=x

Traits§

SpatiallyIndexable
Trait that enables a struct to be spatially indexed

Type Aliases§

CoordinateType
Internal type for coordinates