|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvMetadata | |
|---|---|
| thredds.catalog | Reads and writes THREDDS Dataset Inventory Catalog XML documents. |
| thredds.catalog.parser.jdom | |
| Uses of InvMetadata in thredds.catalog |
|---|
| Fields in thredds.catalog with type parameters of type InvMetadata | |
|---|---|
protected java.util.List<InvMetadata> |
ThreddsMetadata.metadata
|
protected java.util.List<InvMetadata> |
InvDataset.metadata
|
| Methods in thredds.catalog that return types with arguments of type InvMetadata | |
|---|---|
java.util.List<InvMetadata> |
ThreddsMetadata.getMetadata()
|
java.util.List<InvMetadata> |
InvDatasetImplProxy.getMetadata()
|
java.util.List<InvMetadata> |
InvDataset.getMetadata()
Get the metadata elements for this InvDataset. |
java.util.List<InvMetadata> |
InvCatalogRef.getMetadata()
|
java.util.List<InvMetadata> |
InvDatasetImplProxy.getMetadata(MetadataType p0)
|
java.util.List<InvMetadata> |
InvDataset.getMetadata(MetadataType want)
Get the metadata elements of the specified type. |
java.util.List<InvMetadata> |
InvCatalogRef.getMetadata(MetadataType p0)
|
| Methods in thredds.catalog with parameters of type InvMetadata | |
|---|---|
void |
ThreddsMetadata.addMetadata(InvMetadata m)
Add InvMetadata |
boolean |
InvDatasetImpl.removeLocalMetadata(InvMetadata metadata)
Remove the given InvMetadata from the set of metadata local to this dataset. |
void |
ThreddsMetadata.removeMetadata(InvMetadata m)
remove an InvMetadata element from list, using equals() to locate it. |
| Uses of InvMetadata in thredds.catalog.parser.jdom |
|---|
| Methods in thredds.catalog.parser.jdom that return InvMetadata | |
|---|---|
protected InvMetadata |
InvCatalogFactory10.readMetadata(InvCatalog catalog,
InvDatasetImpl dataset,
org.jdom.Element mdataElement)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||