| Package | Description |
|---|---|
| thredds.wcs | |
| thredds.wcs.v1_0_0_1 |
| Modifier and Type | Method and Description |
|---|---|
static Request.Format |
Request.Format.getFormat(java.lang.String mimeType) |
static Request.Format |
Request.Format.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Request.Format[] |
Request.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Request.Format |
GetCoverageBuilder.getFormat() |
Request.Format |
GetCoverage.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Request.Format> |
WcsCoverage.getSupportedCoverageFormatList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WcsCoverage.isSupportedCoverageFormat(Request.Format covFormat) |
GetCoverageBuilder |
GetCoverageBuilder.setFormat(Request.Format format) |
java.io.File |
WcsCoverage.writeCoverageDataToFile(Request.Format format,
LatLonRect bboxLatLonRect,
WcsCoverage.VerticalRange verticalRange,
DateRange timeRange) |
| Constructor and Description |
|---|
GetCoverage(Request.Operation operation,
java.lang.String version,
WcsDataset dataset,
java.lang.String coverageId,
java.lang.String crs,
java.lang.String responseCRS,
Request.BoundingBox bbox,
DateRange timeRange,
WcsCoverage.VerticalRange verticalRange,
Request.Format format) |