Uses of Class
com.openindex.openestate.tool.utils.geo.LookupCoordinatesRequest
-
Packages that use LookupCoordinatesRequest Package Description com.openindex.openestate.tool.utils.geo com.openindex.openestate.tool.utils.geo.geonames com.openindex.openestate.tool.utils.geo.osm -
-
Uses of LookupCoordinatesRequest in com.openindex.openestate.tool.utils.geo
Methods in com.openindex.openestate.tool.utils.geo with parameters of type LookupCoordinatesRequest Modifier and Type Method Description abstract LookupCoordinatesResult[]LookupService. doCoordinatesLookup(LookupCoordinatesRequest result) -
Uses of LookupCoordinatesRequest in com.openindex.openestate.tool.utils.geo.geonames
Subclasses of LookupCoordinatesRequest in com.openindex.openestate.tool.utils.geo.geonames Modifier and Type Class Description classGeonamesLookupCoordinatesRequestGeonamesLookupCoordinatesRequest.Methods in com.openindex.openestate.tool.utils.geo.geonames with parameters of type LookupCoordinatesRequest Modifier and Type Method Description LookupCoordinatesResult[]GeonamesLookupService. doCoordinatesLookup(LookupCoordinatesRequest query) -
Uses of LookupCoordinatesRequest in com.openindex.openestate.tool.utils.geo.osm
Subclasses of LookupCoordinatesRequest in com.openindex.openestate.tool.utils.geo.osm Modifier and Type Class Description classOSMLookupCoordinatesRequestOSMLookupCoordinatesRequest.Methods in com.openindex.openestate.tool.utils.geo.osm with parameters of type LookupCoordinatesRequest Modifier and Type Method Description LookupCoordinatesResult[]OSMLookupService. doCoordinatesLookup(LookupCoordinatesRequest query)
-