fastquadtree.Item¶
Bases: Generic[G]
Generic container for quadtree index entries.
This class provides a lightweight wrapper around spatial index entries, containing an ID, geometry, and optional associated Python object.
Attributes:
| Name | Type | Description |
|---|---|---|
id_ | int | Integer identifier for this entry. |
geom | G | Geometry data (Point or Bounds depending on tree type). |
obj | Any | None | Associated Python object, or None if not set. |