| Package | Description |
|---|---|
| com.bericotech.clavin.gazetteer |
| Modifier and Type | Method and Description |
|---|---|
FeatureClass |
GeoName.getFeatureClass()
Get the major feature category.
|
FeatureClass |
FeatureCode.getFeatureClass() |
static FeatureClass |
FeatureClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureClass[] |
FeatureClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.