| Package | Description |
|---|---|
| thredds.wcs.v1_1_0 |
| Modifier and Type | Method and Description |
|---|---|
static GetCapabilities.Section |
GetCapabilities.Section.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GetCapabilities.Section[] |
GetCapabilities.Section.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GetCapabilities.Section> |
Request.getSections() |
| Modifier and Type | Method and Description |
|---|---|
org.jdom.Document |
XMLwriter.generateCapabilities(java.lang.String serverURL,
GridDataset dataset,
java.util.List<GetCapabilities.Section> sections) |
static Request |
Request.getGetCapabilitiesRequest(Request.Operation operation,
java.lang.String negotiatedVersion,
java.util.List<GetCapabilities.Section> sections,
java.lang.String datasetPath,
GridDataset dataset) |
| Constructor and Description |
|---|
GetCapabilities(java.net.URI serverURI,
java.util.List<GetCapabilities.Section> sections,
GetCapabilities.ServiceId serviceId,
GetCapabilities.ServiceProvider serviceProvider,
GridDataset dataset) |