Re-exports§
pub use geohash::geohash_decode;pub use geohash::geohash_encode;pub use geohash::geohash_neighbors;pub use geohash_index::GeohashIndex;pub use h3::h3_encode;pub use h3::h3_encode_string;pub use h3::h3_is_valid;pub use h3::h3_neighbors;pub use h3::h3_parent;pub use h3::h3_resolution;pub use h3::h3_to_boundary;pub use h3::h3_to_center;pub use hybrid::SpatialPreFilterResult;pub use hybrid::bitmap_contains;pub use hybrid::ids_to_bitmap;pub use hybrid::spatial_prefilter;pub use operations::st_buffer;pub use operations::st_envelope;pub use operations::st_union;pub use persist::RTreeCheckpointError;pub use persist::RTreeSnapshot;pub use persist::SpatialIndexMeta;pub use persist::SpatialIndexType;pub use persist::deserialize_meta;pub use persist::meta_storage_key;pub use persist::rtree_storage_key;pub use persist::serialize_meta;pub use predicates::st_contains;pub use predicates::st_disjoint;pub use predicates::st_distance;pub use predicates::st_dwithin;pub use predicates::st_intersection;pub use predicates::st_intersects;pub use predicates::st_within;pub use rtree::RTree;pub use rtree::RTreeEntry;pub use validate::is_valid;pub use validate::validate_geometry;pub use wkb::geometry_from_wkb;pub use wkb::geometry_to_wkb;pub use wkt::geometry_from_wkt;pub use wkt::geometry_to_wkt;
Modules§
- geo_
meta - GeoParquet and GeoArrow metadata for geometry columns.
- geohash
- Geohash encoding/decoding for spatial indexing.
- geohash_
index - Geohash index column for Point geometry fields.
- h3
- H3 hexagonal hierarchical spatial index.
- hybrid
- Hybrid spatial-vector search: spatial R-tree as a pre-filter for HNSW vector search.
- operations
- Geometry construction and transformation operations.
- persist
- R-tree checkpoint/restore for durable persistence.
- predicates
- rtree
- spatial_
join - Spatial join strategy: R-tree probe join.
- validate
- Geometry validation (geo_is_valid).
- wkb
- Well-Known Binary (WKB) serialization for Geometry types.
- wkt
- Well-Known Text (WKT) serialization and parsing for Geometry types.