| Package | Description |
|---|---|
| com.bericotech.clavin.gazetteer |
| Modifier and Type | Method and Description |
|---|---|
CountryCode |
GeoName.getPrimaryCountryCode()
Get the primary ISO-3166 2-letter country code.
|
static CountryCode |
CountryCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CountryCode[] |
CountryCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<CountryCode> |
GeoName.getAlternateCountryCodes()
Get the alternate ISO-3166 2-letter country codes.
|
| Constructor and Description |
|---|
GeoName(int geonameID,
String name,
String asciiName,
List<String> alternateNames,
String preferredName,
Double latitude,
Double longitude,
FeatureClass featureClass,
FeatureCode featureCode,
CountryCode primaryCountryCode,
List<CountryCode> alternateCountryCodes,
String admin1Code,
String admin2Code,
String admin3Code,
String admin4Code,
Long population,
Integer elevation,
Integer digitalElevationModel,
TimeZone timezone,
Date modificationDate,
String gazetteerRecord)
Sole constructor for
GeoName class. |
| Constructor and Description |
|---|
GeoName(int geonameID,
String name,
String asciiName,
List<String> alternateNames,
String preferredName,
Double latitude,
Double longitude,
FeatureClass featureClass,
FeatureCode featureCode,
CountryCode primaryCountryCode,
List<CountryCode> alternateCountryCodes,
String admin1Code,
String admin2Code,
String admin3Code,
String admin4Code,
Long population,
Integer elevation,
Integer digitalElevationModel,
TimeZone timezone,
Date modificationDate,
String gazetteerRecord)
Sole constructor for
GeoName class. |
Copyright © 2012–2014 Berico Technologies. All rights reserved.