| Package | Description |
|---|---|
| ucar.nc2.constants |
Enumerated constants used throughout the library.
|
| Modifier and Type | Method and Description |
|---|---|
static CF.FeatureType |
CF.FeatureType.convert(FeatureType ft) |
static CF.FeatureType |
CF.FeatureType.getFeatureType(java.lang.String s) |
static CF.FeatureType |
CF.FeatureType.getFeatureTypeFromGlobalAttribute(NetcdfFile ds) |
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.
|