| Package | Description |
|---|---|
| org.geonames |
GeoNames Java API main classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Address
a street address
|
class |
StreetSegment
a street line segment.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<PostalCode> |
WebService.findNearbyPostalCodes(PostalCodeSearchCriteria postalCodeSearchCriteria)
returns a list of postal codes
|
static java.util.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 java.util.List<PostalCode> |
WebService.postalCodeSearch(java.lang.String postalCode,
java.lang.String placeName,
java.lang.String countryCode)
returns a list of postal codes for the given parameters.
|