Uses of Class
com.bericotech.clavin.gazetteer.FeatureCode

Packages that use FeatureCode
com.bericotech.clavin.gazetteer   
 

Uses of FeatureCode in com.bericotech.clavin.gazetteer
 

Fields in com.bericotech.clavin.gazetteer declared as FeatureCode
 FeatureCode GeoName.featureCode
           
 

Methods in com.bericotech.clavin.gazetteer that return FeatureCode
static FeatureCode FeatureCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FeatureCode[] FeatureCode.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 FeatureCode
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.
 



Copyright © 2013 Berico Technologies. All rights reserved.