| Package | Description |
|---|---|
| thredds.wcs.v1_0_0_Plus |
| Modifier and Type | Method and Description |
|---|---|
WcsRequest.Format |
GetCoverage.getFormat() |
static WcsRequest.Format |
WcsRequest.Format.getFormat(java.lang.String mimeType) |
static WcsRequest.Format |
WcsRequest.Format.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WcsRequest.Format[] |
WcsRequest.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WcsRequest.Format> |
WcsCoverage.getSupportedCoverageFormatList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WcsCoverage.isSupportedCoverageFormat(WcsRequest.Format covFormat) |
java.io.File |
WcsCoverage.writeCoverageDataToFile(WcsRequest.Format format,
LatLonRect bboxLatLonRect,
AxisSubset vertSubset,
java.util.List<java.lang.String> rangeSubset,
DateRange timeRange) |