Uses of Class
ucar.nc2.constants.CF.FeatureType

Packages that use CF.FeatureType
ucar.nc2.constants Enumerated constants used throughout the library. 
 

Uses of CF.FeatureType in ucar.nc2.constants
 

Methods in ucar.nc2.constants that return CF.FeatureType
static CF.FeatureType CF.FeatureType.convert(FeatureType ft)
           
static CF.FeatureType CF.FeatureType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CF.FeatureType[] CF.FeatureType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.