py2neo.data.spatial
– Geo-spatial data types¶
This module defines geospatial data types.
- class py2neo.data.spatial.CartesianPoint(iterable)¶
- class py2neo.data.spatial.Point(iterable)¶
A point within a geometric space. This type is generally used via its subclasses and should not be instantiated directly unless there is no subclass defined for the required SRID.
- class py2neo.data.spatial.WGS84Point(iterable)¶