Uses of Class
com.openindex.openestate.tool.utils.geo.LookupPostalRequest
-
Packages that use LookupPostalRequest Package Description com.openindex.openestate.tool.utils.geo com.openindex.openestate.tool.utils.geo.geonames com.openindex.openestate.tool.utils.geo.osm -
-
Uses of LookupPostalRequest in com.openindex.openestate.tool.utils.geo
Methods in com.openindex.openestate.tool.utils.geo with parameters of type LookupPostalRequest Modifier and Type Method Description abstract LookupPostalResult[]LookupService. doPostalLookup(LookupPostalRequest query) -
Uses of LookupPostalRequest in com.openindex.openestate.tool.utils.geo.geonames
Subclasses of LookupPostalRequest in com.openindex.openestate.tool.utils.geo.geonames Modifier and Type Class Description classGeonamesLookupPostalRequestGeonamesLookupPostalRequest.Methods in com.openindex.openestate.tool.utils.geo.geonames with parameters of type LookupPostalRequest Modifier and Type Method Description LookupPostalResult[]GeonamesLookupService. doPostalLookup(LookupPostalRequest query) -
Uses of LookupPostalRequest in com.openindex.openestate.tool.utils.geo.osm
Subclasses of LookupPostalRequest in com.openindex.openestate.tool.utils.geo.osm Modifier and Type Class Description classOSMLookupPostalRequestOSMLookupPostalRequest.Methods in com.openindex.openestate.tool.utils.geo.osm with parameters of type LookupPostalRequest Modifier and Type Method Description LookupPostalResult[]OSMLookupService. doPostalLookup(LookupPostalRequest query)
-