Uses of Class
thredds.catalog.ThreddsMetadata

Packages that use ThreddsMetadata
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
thredds.catalog.parser.jdom   
 

Uses of ThreddsMetadata in thredds.catalog
 

Fields in thredds.catalog declared as ThreddsMetadata
protected  ThreddsMetadata InvDatasetImpl.tm
           
protected  ThreddsMetadata InvDatasetImpl.tmi
           
protected  ThreddsMetadata InvDatasetImpl.tmi6
           
 

Methods in thredds.catalog that return ThreddsMetadata
 ThreddsMetadata InvDatasetImpl.getLocalMetadata()
          Get the metadata stored in this dataset element.
 ThreddsMetadata InvDatasetImplProxy.getLocalMetadata()
           
 ThreddsMetadata InvDatasetImpl.getLocalMetadataInheritable()
          local metadata that should be inherited by this dataset's children.
 ThreddsMetadata InvMetadata.getThreddsMetadata()
          get the internal ThreddsMetadata, if isThreddsMetadata() is true
 

Methods in thredds.catalog with parameters of type ThreddsMetadata
 void ThreddsMetadata.add(ThreddsMetadata tmd, boolean includeInherited)
          Add all the content from another ThreddsMetadata
 void InvDatasetImpl.setLocalMetadata(ThreddsMetadata tm)
           
 void InvDatasetImplProxy.setLocalMetadata(ThreddsMetadata p0)
           
 void InvMetadata.setThreddsMetadata(ThreddsMetadata tmd)
          set the internal ThreddsMetadata; this holds elements from THREDDS namespace
 

Constructors in thredds.catalog with parameters of type ThreddsMetadata
InvMetadata(InvDataset dataset, boolean inherited, ThreddsMetadata tm)
          Constructor using an existing ThreddsMetadata object.
ThreddsMetadata(ThreddsMetadata from)
          Copy Constructor.
 

Uses of ThreddsMetadata in thredds.catalog.parser.jdom
 

Methods in thredds.catalog.parser.jdom with parameters of type ThreddsMetadata
protected  void InvCatalogFactory10.readThreddsMetadata(InvCatalog catalog, InvDatasetImpl dataset, org.jdom.Element parent, ThreddsMetadata tmg)
           
protected  void InvCatalogFactory10.writeInheritedMetadata(org.jdom.Element elem, ThreddsMetadata tmi)
           
protected  void InvCatalogFactory10.writeThreddsMetadata(org.jdom.Element elem, ThreddsMetadata tmg)
           
 



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