public enum FeatureCollectionType extends Enum<FeatureCollectionType>
Enum Constant and Description |
---|
FMRC |
GRIB |
Point |
Station |
Station_Profile |
Modifier and Type | Method and Description |
---|---|
FeatureType |
getFeatureType() |
static FeatureCollectionType |
valueOf(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 GRIB
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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic FeatureType getFeatureType()
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.