|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CountryCode | |
|---|---|
| com.bericotech.clavin.gazetteer | |
| Uses of CountryCode in com.bericotech.clavin.gazetteer |
|---|
| Fields in com.bericotech.clavin.gazetteer declared as CountryCode | |
|---|---|
CountryCode |
GeoName.primaryCountryCode
|
| Fields in com.bericotech.clavin.gazetteer with type parameters of type CountryCode | |
|---|---|
List<CountryCode> |
GeoName.alternateCountryCodes
|
| Methods in com.bericotech.clavin.gazetteer that return CountryCode | |
|---|---|
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. |
| Constructors in com.bericotech.clavin.gazetteer with parameters of type CountryCode | |
|---|---|
GeoName(int geonameID,
String name,
String asciiName,
List<String> alternateNames,
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)
Sole constructor for GeoName class. |
|
| Constructor parameters in com.bericotech.clavin.gazetteer with type arguments of type CountryCode | |
|---|---|
GeoName(int geonameID,
String name,
String asciiName,
List<String> alternateNames,
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)
Sole constructor for GeoName class. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||