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