Class Point
java.lang.Object
org.springframework.data.geo.Point
- All Implemented Interfaces:
Serializable
Represents a geospatial point value.
- Since:
- 1.8
- Author:
- Mark Pollack, Oliver Gierke, Thomas Darimont
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Point
public Point(double x, double y) - Parameters:
x
- x coordinate.y
- y coordinate.
-
Point
-
-
Method Details
-
getX
-
getY
-
hashCode
-
equals
-
toString
-