Spatial Data Types

Cypher Type

Python Type

Point

Point

class neo4j.types.spatial.Point

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 neo4j.types.spatial.CartesianPoint
count()

Return number of occurrences of value.

index()

Return first index of value.

Raises ValueError if the value is not present.

class neo4j.types.spatial.WGS84Point
count()

Return number of occurrences of value.

index()

Return first index of value.

Raises ValueError if the value is not present.