Package | Description |
---|---|
thredds.wcs | |
thredds.wcs.v1_0_0_1 |
Modifier and Type | Method and Description |
---|---|
static Request.Format |
Request.Format.getFormat(String mimeType) |
static Request.Format |
Request.Format.valueOf(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 |
---|---|
List<Request.Format> |
WcsCoverage.getSupportedCoverageFormatList() |
Modifier and Type | Method and Description |
---|---|
boolean |
WcsCoverage.isSupportedCoverageFormat(Request.Format covFormat) |
GetCoverageBuilder |
GetCoverageBuilder.setFormat(Request.Format format) |
File |
WcsCoverage.writeCoverageDataToFile(Request.Format format,
LatLonRect bboxLatLonRect,
WcsCoverage.VerticalRange verticalRange,
CalendarDateRange timeRange) |
Constructor and Description |
---|
GetCoverage(Request.Operation operation,
String version,
WcsDataset dataset,
String coverageId,
String crs,
String responseCRS,
Request.BoundingBox bbox,
CalendarDateRange timeRange,
WcsCoverage.VerticalRange verticalRange,
Request.Format format) |
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.