Package org.springframework.data.geo
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
-
Method Summary
-
Constructor Details
-
Point
public Point(double x, double y) - Parameters:
x
-y
-
-
Point
- Parameters:
point
- must not be null.
-
-
Method Details