| Package | Description |
|---|---|
| thredds.wcs.v1_1_0 |
| Modifier and Type | Method and Description |
|---|---|
Request.Operation |
Request.getOperation() |
static Request.Operation |
Request.Operation.valueOf(java.lang.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 Request |
Request.getDescribeCoverageRequest(Request.Operation operation,
java.lang.String negotiatedVersion,
java.util.List<java.lang.String> identifiers,
java.lang.String datasetPath,
GridDataset dataset) |
static Request |
Request.getGetCapabilitiesRequest(Request.Operation operation,
java.lang.String negotiatedVersion,
java.util.List<GetCapabilities.Section> sections,
java.lang.String datasetPath,
GridDataset dataset) |
static Request |
Request.getGetCoverageRequest(Request.Operation operation,
java.lang.String negotiatedVersion,
java.lang.String identifier,
java.lang.String datasetPath,
GridDataset dataset) |