Uses of Class
com.openindex.openestate.tool.utils.geo.LookupNameRequest
-
Packages that use LookupNameRequest Package Description com.openindex.openestate.tool.utils.geo com.openindex.openestate.tool.utils.geo.geonames com.openindex.openestate.tool.utils.geo.osm -
-
Uses of LookupNameRequest in com.openindex.openestate.tool.utils.geo
Methods in com.openindex.openestate.tool.utils.geo with parameters of type LookupNameRequest Modifier and Type Method Description abstract LookupNameResult[]
LookupService. doNameLookup(LookupNameRequest query)
-
Uses of LookupNameRequest in com.openindex.openestate.tool.utils.geo.geonames
Subclasses of LookupNameRequest in com.openindex.openestate.tool.utils.geo.geonames Modifier and Type Class Description class
GeonamesLookupNameRequest
GeonamesLookupNameRequest.Methods in com.openindex.openestate.tool.utils.geo.geonames with parameters of type LookupNameRequest Modifier and Type Method Description LookupNameResult[]
GeonamesLookupService. doNameLookup(LookupNameRequest query)
-
Uses of LookupNameRequest in com.openindex.openestate.tool.utils.geo.osm
Subclasses of LookupNameRequest in com.openindex.openestate.tool.utils.geo.osm Modifier and Type Class Description class
OSMLookupNameRequest
OSMLookupNameRequest.Methods in com.openindex.openestate.tool.utils.geo.osm with parameters of type LookupNameRequest Modifier and Type Method Description LookupNameResult[]
OSMLookupService. doNameLookup(LookupNameRequest query)
-