public enum ContentsDataType extends Enum<ContentsDataType>
| Enum Constant and Description |
|---|
ATTRIBUTES
Attributes
|
FEATURES
Features
|
GRIDDED_COVERAGE
Tiled Gridded Coverage Data Extension
|
TILES
Tiles
|
| Modifier and Type | Method and Description |
|---|---|
static ContentsDataType |
fromName(String name)
Get the Data Type from the name
|
String |
getName()
Get the name
|
static ContentsDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentsDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentsDataType FEATURES
public static final ContentsDataType TILES
public static final ContentsDataType ATTRIBUTES
public static final ContentsDataType GRIDDED_COVERAGE
public static ContentsDataType[] values()
for (ContentsDataType c : ContentsDataType.values()) System.out.println(c);
public static ContentsDataType 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 String getName()
public static ContentsDataType fromName(String name)
name - nameCopyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.