Class Point
java.lang.Object
overit.geocallapp.utilities.datatype.geography.point.Point
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Point
public Point(double latitude, double longitude)
-
-
Method Details
-
getLatitude
public double getLatitude() -
getLongitude
public double getLongitude() -
hasSameCoordinates
-