Class GeographicPoint3d
java.lang.Object
org.springframework.data.neo4j.types.GeographicPoint3d
- All Implemented Interfaces:
Neo4jPoint
A concrete, 3-dimensional geographic point with a specific coordinate system.
- Since:
- 6.0
- Author:
- Michael J. Simons
-
Field Details
-
coordinate
-
-
Constructor Details
-
GeographicPoint3d
public GeographicPoint3d(double latitude, double longitude, double height)
-
-
Method Details
-
getLongitude
public double getLongitude() -
getLatitude
public double getLatitude() -
getHeight
public double getHeight() -
toString
-
getSrid
Description copied from interface:Neo4jPointReturns the Srid identifying the Coordinate Reference Systems (CRS) used by this point.- Specified by:
getSridin interfaceNeo4jPoint- Returns:
- the Srid identifying the Coordinate Reference Systems (CRS) used by this point
-
equals
-
hashCode
-