Class Point
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 -
Method Summary
Methods inherited from class org.springframework.data.geo.Point
equals, getX, getY, hashCode, toString
-
Constructor Details
-
Point
public Point(double x, double y) -
Point
public Point(double x, double y, double z)
-
-
Method Details
-
getZ
-