Package lumis.portal.geolocation
Class GeoPoint
- java.lang.Object
-
- lumis.portal.geolocation.GeoPoint
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExtendedGeoPoint
@StableMinor(version="14.0", sinceVersion="10.2") public class GeoPoint extends Object implements Serializable
Geo point used to locate a geographic point using latitude and longitude.- Since:
- 10.2.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeoPoint(double lat, double lon)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
double
getLatitude()
Returns the latitude.double
getLongitude()
Returns the longitude.int
hashCode()
String
toString()
-