Package | Description |
---|---|
thredds.wcs | |
thredds.wcs.v1_0_0_1 |
Modifier and Type | Method and Description |
---|---|
Request.Operation |
Request.getOperation() |
static Request.Operation |
Request.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Request.Operation[] |
Request.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static WcsRequestFactory |
WcsRequestFactory.newWcsRequestFactory(String versionString,
Request.Operation operation,
GridDataset dataset) |
Modifier and Type | Method and Description |
---|---|
Request.Operation |
WcsRequestBuilder.getOperation() |
Request.Operation |
WcsRequest.getOperation() |
Modifier and Type | Method and Description |
---|---|
static WcsRequestBuilder |
WcsRequestBuilder.newWcsRequestBuilder(String versionString,
Request.Operation operation,
GridDataset dataset,
String datasetPath) |
Constructor and Description |
---|
DescribeCoverage(Request.Operation operation,
String version,
WcsDataset dataset,
List<String> coverages) |
GetCapabilities(Request.Operation operation,
String version,
WcsDataset dataset,
URI serverURI,
GetCapabilities.Section section,
String updateSequence,
GetCapabilities.ServiceInfo serviceInfo) |
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–2016 UCAR/Unidata. All rights reserved.