Uses of Class
thredds.catalog.ThreddsMetadata

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

Uses of ThreddsMetadata in thredds.catalog
 

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.