Uses of Class
thredds.catalog.InvMetadata

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  List<InvMetadata> InvDataset.metadata
           
protected  List<InvMetadata> ThreddsMetadata.metadata
           
 

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

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)
           
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.