/// Geometries that are backed by an [R*-tree](https://en.wikipedia.org/wiki/R*-tree) spatial index for faster bulk operations
pub use PreparedGeometry;
/// A MultiPolygon backed by an [interval tree](https://en.wikipedia.org/wiki/Interval_tree) spatial index for fast point containment queries
pub use IntervalTreeMultiPolygon;