Uses of Class
org.geonames.PostalCode

Packages that use PostalCode
org.geonames GeoNames Java API main classes. 
 

Uses of PostalCode in org.geonames
 

Subclasses of PostalCode in org.geonames
 class Address
          a street address
 class StreetSegment
          a street line segment.
 

Methods in org.geonames that return types with arguments of type PostalCode
static List<PostalCode> WebService.findNearbyPostalCodes(PostalCodeSearchCriteria postalCodeSearchCriteria)
          returns a list of postal codes
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.
static List<PostalCode> WebService.postalCodeSearch(String postalCode, String placeName, String countryCode)
          returns a list of postal codes for the given parameters.