py2neo.data.spatial – Geo-spatial data types

This module defines spatial data types.

class py2neo.data.spatial.CartesianPoint(iterable)
class py2neo.data.spatial.Point(iterable)[source]

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)