| 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 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.
|