fastquadtree.PointItem¶
Bases: Item[Point]
Specialized item container for point geometries.
This subclass of Item adds convenient x and y attributes for direct access to point coordinates.
Attributes:
| Name | Type | Description |
|---|---|---|
id_ | int | Integer identifier. |
geom | G | Point geometry as (x, y) tuple. |
obj | Any | Associated Python object, or None if not set. |
x | Any | X coordinate (convenience accessor). |
y | Any | Y coordinate (convenience accessor). |