| Package | Description |
|---|---|
| thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
| thredds.catalog.parser.jdom | |
| thredds.catalog.query |
Reads and writes THREDDS Dataset Query Capabilities (DQC) XML documents.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<InvDocumentation> |
ThreddsMetadata.docs |
protected java.util.List<InvDocumentation> |
InvDataset.docs |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<InvDocumentation> |
ThreddsMetadata.getDocumentation() |
java.util.List<InvDocumentation> |
InvDatasetImplProxy.getDocumentation() |
java.util.List<InvDocumentation> |
InvDataset.getDocumentation()
Get list of documentation elements for this dataset.
|
java.util.List<InvDocumentation> |
InvCatalogRef.getDocumentation() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreddsMetadata.addDocumentation(InvDocumentation d)
Add a documentation
|
void |
InvDatasetImplProxy.addDocumentation(InvDocumentation p0) |
void |
InvDatasetImpl.addDocumentation(InvDocumentation doc)
Add documentation element to this dataset.
|
| Modifier and Type | Method and Description |
|---|---|
protected InvDocumentation |
DqcConvert4.readDocumentation(org.jdom.Element s) |
protected InvDocumentation |
DqcConvert3.readDocumentation(org.jdom.Element s) |
protected InvDocumentation |
InvCatalogFactory10.readDocumentation(InvCatalog cat,
org.jdom.Element s) |
| Modifier and Type | Field and Description |
|---|---|
protected InvDocumentation |
Selector.desc |
| Modifier and Type | Method and Description |
|---|---|
InvDocumentation |
Selector.getDescription() |
InvDocumentation |
ListChoice.getDescription() |
| Modifier and Type | Method and Description |
|---|---|
void |
Selector.setDescription(InvDocumentation desc) |
void |
ListChoice.setDescription(InvDocumentation desc) |