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

Packages that use FeatureClass
com.bericotech.clavin.gazetteer   
 

Uses of FeatureClass in com.bericotech.clavin.gazetteer
 

Fields in com.bericotech.clavin.gazetteer declared as FeatureClass
 FeatureClass GeoName.featureClass
           
 FeatureClass FeatureCode.featureClass
           
 

Methods in com.bericotech.clavin.gazetteer that return FeatureClass
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.
 

Constructors in com.bericotech.clavin.gazetteer with parameters of type FeatureClass
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.