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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Pointpublic Point(double x, double y) - Parameters:
- x-
- y-
 
- 
Point- Parameters:
- point- must not be null.
 
 
- 
- 
Method Details