Uses of Class
org.opennms.features.geolocation.api.GeolocationQuery
-
Packages that use GeolocationQuery Package Description org.opennms.features.geolocation.api org.opennms.features.geolocation.services -
-
Uses of GeolocationQuery in org.opennms.features.geolocation.api
Methods in org.opennms.features.geolocation.api that return GeolocationQuery Modifier and Type Method Description GeolocationQuery
GeolocationQueryBuilder. build()
Methods in org.opennms.features.geolocation.api with parameters of type GeolocationQuery Modifier and Type Method Description java.util.List<GeolocationInfo>
GeolocationService. getLocations(GeolocationQuery query)
Returns a list ofGeolocationInfo
based on theGeolocationQuery
. -
Uses of GeolocationQuery in org.opennms.features.geolocation.services
Methods in org.opennms.features.geolocation.services with parameters of type GeolocationQuery Modifier and Type Method Description java.util.List<GeolocationInfo>
DefaultGeolocationService. getLocations(GeolocationQuery query)
-