Uses of Class
thredds.catalog.InvProperty

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

Uses of InvProperty in thredds.catalog
 

Subclasses of InvProperty in thredds.catalog
 class DataRootConfig
          Describe
 

Fields in thredds.catalog with type parameters of type InvProperty
protected  List<InvProperty> InvCatalog.properties
           
protected  List<InvProperty> InvDataset.properties
           
protected  List<InvProperty> ThreddsMetadata.properties
           
 

Methods in thredds.catalog that return types with arguments of type InvProperty
 List<InvProperty> InvService.getDatasetRoots()
          Get dataset roots.
 List<InvProperty> InvService.getProperties()
          Get properties for this service.
 List<InvProperty> InvCatalog.getProperties()
          Get catalog properties.
 List<InvProperty> InvDatasetImplProxy.getProperties()
           
 List<InvProperty> InvCatalogRef.getProperties()
           
 List<InvProperty> InvDataset.getProperties()
          Get all properties for this dataset.
 List<InvProperty> ThreddsMetadata.getProperties()
           
 

Methods in thredds.catalog with parameters of type InvProperty
 void InvService.addDatasetRoot(InvProperty root)
          Deprecated. use InvCatalogImpl
 void InvService.addProperty(InvProperty p)
          Add a property
 void InvCatalogImpl.addProperty(InvProperty p)
          Add Property (1.0)
 void InvDatasetImpl.addProperty(InvProperty p)
          Add a property to this dataset
 void InvDatasetImplProxy.addProperty(InvProperty p0)
           
 void ThreddsMetadata.addProperty(InvProperty p)
          Add a property
 

Uses of InvProperty in thredds.catalog.parser.jdom
 

Methods in thredds.catalog.parser.jdom that return InvProperty
protected  InvProperty InvCatalogFactory10.readProperty(org.jdom.Element s)
           
 

Uses of InvProperty in thredds.catalog.util
 

Methods in thredds.catalog.util that return InvProperty
static InvProperty DeepCopyUtils.copyProperty(InvProperty property)
           
 

Methods in thredds.catalog.util with parameters of type InvProperty
static InvProperty DeepCopyUtils.copyProperty(InvProperty property)
           
 



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