Package lumis.portal.geolocation
Class GeoLocationManager
- java.lang.Object
-
- lumis.portal.geolocation.GeoLocationManager
-
- All Implemented Interfaces:
IGeoLocationManager
,IGeoLocationManagerSPI
public class GeoLocationManager extends java.lang.Object implements IGeoLocationManagerSPI
Geo Location Manager.- Since:
- 10.2.0
- Version:
- $Revision: 25808 $ $Date: 2023-07-04 15:20:55 -0300 (Tue, 04 Jul 2023) $
-
-
Field Summary
-
Fields inherited from interface lumis.portal.geolocation.IGeoLocationManagerSPI
LOGGER
-
-
Constructor Summary
Constructors Constructor Description GeoLocationManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtendedGeoPoint
getGeoPointByAddress(java.net.InetAddress address)
Returns the extended geo point based on the given ip address ornull
if Geolocation service is disabled or the address couldn't be found.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface lumis.portal.geolocation.IGeoLocationManager
getGeoPointByIpOrHostName, getGeoPointByRequest
-
Methods inherited from interface lumis.portal.geolocation.IGeoLocationManagerSPI
deleteDatabase, disable, enable, getGeoPointByServiceInterfaceRequest, init
-
-
-
-
Method Detail
-
getGeoPointByAddress
public ExtendedGeoPoint getGeoPointByAddress(java.net.InetAddress address)
Description copied from interface:IGeoLocationManager
Returns the extended geo point based on the given ip address ornull
if Geolocation service is disabled or the address couldn't be found.- Specified by:
getGeoPointByAddress
in interfaceIGeoLocationManager
- Parameters:
address
- the ip address.- Returns:
- the extended geo point based on the given ip address or
null
if Geolocation service is disabled or the address couldn't be found.
-
-