public static enum WcsRequest.Format extends java.lang.Enum<WcsRequest.Format>
Enum Constant and Description |
---|
GeoTIFF |
GeoTIFF_Float |
NetCDF3 |
NONE |
Modifier and Type | Method and Description |
---|---|
static WcsRequest.Format |
getFormat(java.lang.String mimeType) |
java.lang.String |
getMimeType() |
static WcsRequest.Format |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WcsRequest.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WcsRequest.Format NONE
public static final WcsRequest.Format GeoTIFF
public static final WcsRequest.Format GeoTIFF_Float
public static final WcsRequest.Format NetCDF3
public static WcsRequest.Format[] values()
for (WcsRequest.Format c : WcsRequest.Format.values()) System.out.println(c);
public static WcsRequest.Format 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 java.lang.String getMimeType()
public static WcsRequest.Format getFormat(java.lang.String mimeType)