Class CartesianPoint3d

java.lang.Object
org.springframework.data.neo4j.types.CartesianPoint3d
All Implemented Interfaces:
Neo4jPoint

@API(status=STABLE, since="6.0") public final class CartesianPoint3d extends Object
Since:
6.0
Author:
Michael J. Simons
  • Field Details

    • coordinate

      protected final Coordinate coordinate
  • Constructor Details

    • CartesianPoint3d

      public CartesianPoint3d(double x, double y, double z)
  • Method Details

    • getX

      public double getX()
    • getY

      public double getY()
    • getZ

      public Double getZ()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getSrid

      public final Integer getSrid()
      Specified by:
      getSrid in interface Neo4jPoint
      Returns:
      The Srid identifying the Coordinate Reference Systems (CRS) used by this point.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object