Uses of Class
thredds.catalog.InvMetadata

Packages that use InvMetadata
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
 

Uses of InvMetadata in thredds.catalog
 

Methods in thredds.catalog that return types with arguments of type InvMetadata
 java.util.List<InvMetadata> InvCatalogRef.getMetadata()
           
 java.util.List<InvMetadata> InvDataset.getMetadata()
          Get the metadata elements for this InvDataset.
 java.util.List<InvMetadata> InvDatasetImplProxy.getMetadata()
           
 java.util.List<InvMetadata> ThreddsMetadata.getMetadata()
           
 java.util.List<InvMetadata> InvCatalogRef.getMetadata(MetadataType p0)
           
 java.util.List<InvMetadata> InvDataset.getMetadata(MetadataType want)
          Get the metadata elements of the specified type.
 java.util.List<InvMetadata> InvDatasetImplProxy.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.