| Package | Description |
|---|---|
| thredds.catalog.query |
Reads and writes THREDDS Dataset Query Capabilities (DQC) XML documents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SelectGeoRegion
Implementation of a DQC select geo region.
|
class |
SelectList
Implementation of a DQC list selector element.
|
class |
SelectRange
Implementation of a DQC select range.
|
class |
SelectRangeDate
Implementation of a DQC select range date.
|
class |
SelectService
Implementation of a DQC service selector element.
|
class |
SelectStation
Implementation of a DQC station selector element.
|
| Modifier and Type | Method and Description |
|---|---|
Selector |
ListChoice.getParentSelector() |
Selector |
QueryCapability.getServiceSelector()
Get ServiceSelector
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryCapability.addSelector(Selector s) |
void |
QueryCapability.addUniqueSelector(Selector s) |
void |
QueryCapability.setServiceSelector(Selector ss)
Set ServiceSelector
|
| Constructor and Description |
|---|
ListChoice(Selector parent,
String name,
String value,
String description)
Construct from fields in XML catalog.
|
Station(Selector parent,
String name,
String value,
String description)
Construct from fields in XML catalog.
|
Station(Selector parent,
String name,
String value,
String state,
String country,
String description) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.