Class CartesianPoint3d
java.lang.Object
org.springframework.data.neo4j.types.CartesianPoint3d
- All Implemented Interfaces:
Neo4jPoint
A concrete, 3-dimensional cartesian point.
- Since:
- 6.0
- Author:
- Michael J. Simons
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
coordinate
-
-
Constructor Details
-
CartesianPoint3d
public CartesianPoint3d(double x, double y, double z)
-
-
Method Details
-
getX
public double getX() -
getY
public double getY() -
getZ
-
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
-