Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
thredds.catalog.parser.jdom |
Modifier and Type | Field and Description |
---|---|
protected List<InvMetadata> |
InvDataset.metadata |
protected List<InvMetadata> |
ThreddsMetadata.metadata |
Modifier and Type | Method and Description |
---|---|
List<InvMetadata> |
InvDataset.getMetadata()
Get the metadata elements for this InvDataset.
|
List<InvMetadata> |
ThreddsMetadata.getMetadata() |
List<InvMetadata> |
InvCatalogRef.getMetadata() |
List<InvMetadata> |
InvDatasetImplProxy.getMetadata() |
List<InvMetadata> |
InvDataset.getMetadata(MetadataType want)
Get the metadata elements of the specified type.
|
List<InvMetadata> |
InvCatalogRef.getMetadata(MetadataType p0) |
List<InvMetadata> |
InvDatasetImplProxy.getMetadata(MetadataType p0) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected InvMetadata |
InvCatalogFactory10.readMetadata(InvCatalog catalog,
InvDatasetImpl dataset,
org.jdom2.Element mdataElement) |
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.