Interface Neo4jPoint
- All Known Implementing Classes:
CartesianPoint2d, CartesianPoint3d, GeographicPoint2d, GeographicPoint3d
@API(status=STABLE,
since="6.0")
public sealed interface Neo4jPoint
A dedicated Neo4j point, that is aware of its nature, either being geographic or
cartesian. While you can use this interface as an attribute type in your domain class,
you should not mix different type of points on the same attribute of the same label.
Queries will lead to inconsistent results. Use one of the concrete implementations. See
Spatial
values.
- Since:
- 6.0
- Author:
- Michael J. Simons
-
Method Summary
-
Method Details
-
getSrid
Integer getSrid()Returns the Srid identifying the Coordinate Reference Systems (CRS) used by this point.- Returns:
- the Srid identifying the Coordinate Reference Systems (CRS) used by this point
-