2.5 · Lesson

Spatial types

Neo4j has built-in support for two-dimensional and three-dimensional spatial data types. These are referred to as points. A point may represent geographic coordinates (longitude, latitude) or Cartesian coordinates (x, y).

In the .NET driver, points are represented by the Point class. The type of point is determined by the SRID (Spatial Reference Identifier).