public static enum WcsResponseFormat.Type extends java.lang.Enum<WcsResponseFormat.Type>
Enum Constant and Description |
---|
dap2 |
dap4 |
geotiff |
jpeg2000 |
netcdf |
Modifier and Type | Method and Description |
---|---|
static WcsResponseFormat.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WcsResponseFormat.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WcsResponseFormat.Type dap2
public static final WcsResponseFormat.Type dap4
public static final WcsResponseFormat.Type geotiff
public static final WcsResponseFormat.Type jpeg2000
public static final WcsResponseFormat.Type netcdf
public static WcsResponseFormat.Type[] values()
for (WcsResponseFormat.Type c : WcsResponseFormat.Type.values()) System.out.println(c);
public static WcsResponseFormat.Type 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 null