Package | Description |
---|---|
thredds.wcs.v1_1_0 |
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 Request |
Request.getDescribeCoverageRequest(Request.Operation operation,
String negotiatedVersion,
List<String> identifiers,
String datasetPath,
GridDataset dataset) |
static Request |
Request.getGetCapabilitiesRequest(Request.Operation operation,
String negotiatedVersion,
List<GetCapabilities.Section> sections,
String datasetPath,
GridDataset dataset) |
static Request |
Request.getGetCoverageRequest(Request.Operation operation,
String negotiatedVersion,
String identifier,
String datasetPath,
GridDataset dataset) |
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.