|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvDocumentation | |
|---|---|
| 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. |
| Uses of InvDocumentation in thredds.catalog |
|---|
| Fields in thredds.catalog with type parameters of type InvDocumentation | |
|---|---|
protected java.util.List<InvDocumentation> |
ThreddsMetadata.docs
|
protected java.util.List<InvDocumentation> |
InvDataset.docs
|
| Methods in thredds.catalog that return types with arguments of type InvDocumentation | |
|---|---|
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()
|
| Methods in thredds.catalog with parameters of type InvDocumentation | |
|---|---|
void |
ThreddsMetadata.addDocumentation(InvDocumentation d)
Add a documentation |
void |
InvDatasetImplProxy.addDocumentation(InvDocumentation p0)
|
void |
InvDatasetImpl.addDocumentation(InvDocumentation doc)
Add documentation element to this dataset. |
| Uses of InvDocumentation in thredds.catalog.parser.jdom |
|---|
| Methods in thredds.catalog.parser.jdom that return InvDocumentation | |
|---|---|
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)
|
| Uses of InvDocumentation in thredds.catalog.query |
|---|
| Fields in thredds.catalog.query declared as InvDocumentation | |
|---|---|
protected InvDocumentation |
Selector.desc
|
| Methods in thredds.catalog.query that return InvDocumentation | |
|---|---|
InvDocumentation |
Selector.getDescription()
|
InvDocumentation |
ListChoice.getDescription()
|
| Methods in thredds.catalog.query with parameters of type InvDocumentation | |
|---|---|
void |
Selector.setDescription(InvDocumentation desc)
|
void |
ListChoice.setDescription(InvDocumentation desc)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||