java.lang.Object
org.springframework.data.geo.Point
org.springframework.data.solr.core.geo.Point
All Implemented Interfaces:
Serializable

public class Point extends org.springframework.data.geo.Point
Since:
1.1
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Point(double x, double y)
     
    Point(double x, double y, double z)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.springframework.data.geo.Point

    equals, getX, getY, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Point

      public Point(double x, double y)
    • Point

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

    • getZ

      @Nullable public Double getZ()