public enum FeatureCollectionType extends java.lang.Enum<FeatureCollectionType>
Enum Constant and Description |
---|
FMRC |
GRIB1 |
GRIB2 |
GRID |
Point |
Station |
Station_Profile |
Modifier and Type | Method and Description |
---|---|
FeatureType |
getFeatureType() |
static FeatureCollectionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FeatureCollectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureCollectionType GRIB1
public static final FeatureCollectionType GRIB2
public static final FeatureCollectionType GRID
public static final FeatureCollectionType FMRC
public static final FeatureCollectionType Point
public static final FeatureCollectionType Station
public static final FeatureCollectionType Station_Profile
public static FeatureCollectionType[] values()
for (FeatureCollectionType c : FeatureCollectionType.values()) System.out.println(c);
public static FeatureCollectionType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic FeatureType getFeatureType()