|
||||||||||
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 List<InvDocumentation> |
InvDataset.docs
|
protected List<InvDocumentation> |
ThreddsMetadata.docs
|
Methods in thredds.catalog that return types with arguments of type InvDocumentation | |
---|---|
List<InvDocumentation> |
InvDatasetImplProxy.getDocumentation()
|
List<InvDocumentation> |
InvCatalogRef.getDocumentation()
|
List<InvDocumentation> |
InvDataset.getDocumentation()
Get list of documentation elements for this dataset. |
List<InvDocumentation> |
ThreddsMetadata.getDocumentation()
|
Methods in thredds.catalog with parameters of type InvDocumentation | |
---|---|
void |
InvDatasetImpl.addDocumentation(InvDocumentation doc)
Add documentation element to this dataset. |
void |
InvDatasetImplProxy.addDocumentation(InvDocumentation p0)
|
void |
ThreddsMetadata.addDocumentation(InvDocumentation d)
Add a documentation |
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 |