Uses of Class
org.geonames.PostalCode
-
Packages that use PostalCode Package Description com.openindex.openestate.tool.utils.geo.geonames org.geonames GeoNames Java API main classes. -
-
Uses of PostalCode in com.openindex.openestate.tool.utils.geo.geonames
Methods in com.openindex.openestate.tool.utils.geo.geonames with parameters of type PostalCode Modifier and Type Method Description static GeonamesLookupPostalResultGeonamesLookupPostalResult. create(PostalCode postalCode) -
Uses of PostalCode in org.geonames
Subclasses of PostalCode in org.geonames Modifier and Type Class Description classAddressa street addressclassStreetSegmenta street line segment.Methods in org.geonames that return types with arguments of type PostalCode Modifier and Type Method Description static List<PostalCode>WebService. findNearbyPostalCodes(PostalCodeSearchCriteria postalCodeSearchCriteria)returns a list of postal codesstatic List<PostalCode>WebService. postalCodeSearch(String postalCode, String placeName, String countryCode)returns a list of postal codes for the given parameters.static List<PostalCode>WebService. postalCodeSearch(PostalCodeSearchCriteria postalCodeSearchCriteria)returns a list of postal codes for the given search criteria matching a full text search on the GeoNames postal codes database.
-