Module spatial::tree::mbr

source ·
Expand description

Collection of minimum bounding rectangle spatial trees

Structs§

  • Iter all Leaf items matching a query
  • Mutably iterate all Leaf entries matching a query
  • A tree leaf
  • The generic container interface for spatial maps. Will, at the very least, be able to support R, R+, R*, and X trees
  • Convenience struct for creating a new R* Tree
  • Convenience struct for creating a new R Tree

Enums§

Traits§

  • The minimum functionality required to insert leaf geometry into MbrMap Until the rust compiler allows compile-time generic integers, we’ll be using generic_array’s ArrayLength to specify geometry dimensions at compile time.
  • A node in an MbrMap
  • Query trait for navigating the tree

Type Aliases§