Expand description
Contains primitives ready for insertion into an r-tree.
Structsยง
- Cached
Envelope - An RTreeObject with an inner geometry whose envelope is cached to improve efficiency.
- Geom
With Data - An RTreeObject with a geometry and some associated data that can be inserted into an r-tree.
- Line
- A line defined by a start and and end point.
- Object
Ref - An RTreeObject that is a possibly short-lived reference to another object.
- Point
With Data - A point with some associated data that can be inserted into an r-tree.
- Rectangle
- An n-dimensional rectangle defined by its two corners.