public static enum WcsRequest.Format extends Enum<WcsRequest.Format>
| Enum Constant and Description |
|---|
GeoTIFF |
GeoTIFF_Float |
NetCDF3 |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static WcsRequest.Format |
getFormat(String mimeType) |
String |
getMimeType() |
static WcsRequest.Format |
valueOf(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(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 getMimeType()
public static WcsRequest.Format getFormat(String mimeType)
Copyright © 1999-2013 UCAR/Unidata. All Rights Reserved.