Package lumis.portal.geolocation
Class ExtendedGeoPoint
- java.lang.Object
-
- lumis.portal.geolocation.GeoPoint
-
- lumis.portal.geolocation.ExtendedGeoPoint
-
- All Implemented Interfaces:
Serializable
@StableMinor(version="14.0", sinceVersion="10.2") public class ExtendedGeoPoint extends GeoPoint
Represents an extended version ofGeoPoint
. Besides latitude and longitude, provides optional geographic information, like city, state and country.- Since:
- 10.2.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<City>
getCity()
Returns an optional city information.Optional<Country>
getCountry()
Returns an optional country information.Optional<State>
getState()
Returns an optional state information.-
Methods inherited from class lumis.portal.geolocation.GeoPoint
equals, getLatitude, getLongitude, hashCode, toString
-
-