public static enum FeatureCollectionConfig.PointDatasetType extends Enum<FeatureCollectionConfig.PointDatasetType>
Enum Constant and Description |
---|
cdmrFeature |
Files |
Modifier and Type | Method and Description |
---|---|
static FeatureCollectionConfig.PointDatasetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureCollectionConfig.PointDatasetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureCollectionConfig.PointDatasetType cdmrFeature
public static final FeatureCollectionConfig.PointDatasetType Files
public static FeatureCollectionConfig.PointDatasetType[] values()
for (FeatureCollectionConfig.PointDatasetType c : FeatureCollectionConfig.PointDatasetType.values()) System.out.println(c);
public static FeatureCollectionConfig.PointDatasetType 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 nullCopyright © 1999–2016 UCAR/Unidata. All rights reserved.