Uses of Class
thredds.catalog.InvCatalog

Packages that use InvCatalog
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
thredds.catalog.dl   
thredds.catalog.parser.jdom   
thredds.catalog.util   
thredds.cataloggen   
thredds.cataloggen.config   
 

Uses of InvCatalog in thredds.catalog
 

Subclasses of InvCatalog in thredds.catalog
 class InvCatalogImpl
          Concrete implementation of a Thredds catalog object.
 

Fields in thredds.catalog declared as InvCatalog
protected  InvCatalog InvDataset.catalog
           
 

Methods in thredds.catalog that return InvCatalog
 InvCatalog InvDatasetImplProxy.getParentCatalog()
           
 InvCatalog InvDataset.getParentCatalog()
          Get containing catalog.
 InvCatalog InvDatasetScan.makeLatestCatalogForDirectory(String orgPath, URI baseURI)
          Deprecated. Instead use makeProxyDsResolver() which provides more general proxy dataset handling.
 

Methods in thredds.catalog with parameters of type InvCatalog
 void InvDatasetImpl.setCatalog(InvCatalog catalog)
          Set the containing catalog; use only for top level dataset.
 void InvDatasetImplProxy.setCatalog(InvCatalog p0)
           
 

Uses of InvCatalog in thredds.catalog.dl
 

Constructors in thredds.catalog.dl with parameters of type InvCatalog
DCWriter(InvCatalog cat)
           
 

Uses of InvCatalog in thredds.catalog.parser.jdom
 

Methods in thredds.catalog.parser.jdom with parameters of type InvCatalog
protected  InvDocumentation InvCatalogFactory10.readDocumentation(InvCatalog cat, org.jdom.Element s)
           
protected  InvMetadata InvCatalogFactory10.readMetadata(InvCatalog catalog, InvDatasetImpl dataset, org.jdom.Element mdataElement)
           
protected  void InvCatalogFactory10.readThreddsMetadata(InvCatalog catalog, InvDatasetImpl dataset, org.jdom.Element parent, ThreddsMetadata tmg)
           
protected  ThreddsMetadata.Variables InvCatalogFactory10.readVariables(InvCatalog cat, InvDataset ds, org.jdom.Element varsElem)
           
 

Uses of InvCatalog in thredds.catalog.util
 

Methods in thredds.catalog.util that return InvCatalog
static InvCatalog DeepCopyUtils.copyCatalog(InvCatalog catalog)
           
static InvCatalog DeepCopyUtils.subsetCatalogOnDataset(InvCatalog catalog, InvDataset dataset)
           
static InvCatalog DeepCopyUtils.subsetCatalogOnDataset(InvCatalog catalog, String datasetId)
           
 

Methods in thredds.catalog.util with parameters of type InvCatalog
static InvCatalog DeepCopyUtils.copyCatalog(InvCatalog catalog)
           
static InvCatalog DeepCopyUtils.subsetCatalogOnDataset(InvCatalog catalog, InvDataset dataset)
           
static InvCatalog DeepCopyUtils.subsetCatalogOnDataset(InvCatalog catalog, String datasetId)
           
 

Uses of InvCatalog in thredds.cataloggen
 

Methods in thredds.cataloggen that return InvCatalog
 InvCatalog CatalogGen.expand()
          Expand the catalog.
 InvCatalog DirectoryScanner.getDirCatalog(CrawlableDataset catalogCrDs, String filterPattern, boolean sortInIncreasingOrder, String addIdBase, boolean addDatasetSize, String dsNameMatchPattern, String startTimeSubstitutionPattern, String duration)
           
 InvCatalog DirectoryScanner.getDirCatalog(File directory, String filterPattern, boolean sortInIncreasingOrder, boolean addDatasetSize)
          Return a catalog for the given directory.
 InvCatalog DirectoryScanner.getDirCatalog(File directory, String filterPattern, boolean sortInIncreasingOrder, String addIdBase, boolean addDatasetSize, String dsNameMatchPattern, String startTimeSubstitutionPattern, String duration)
           
 

Uses of InvCatalog in thredds.cataloggen.config
 

Fields in thredds.cataloggen.config declared as InvCatalog
protected  InvCatalog DatasetSource.resultingCatalog
          The catalog that results from expanding this DatasetSource.
 

Methods in thredds.cataloggen.config that return InvCatalog
protected  InvCatalog DodsDirDatasetSource.createSkeletonCatalog(String prefixUrlPath)
          Build an unnamed InvCatalog for this DatasetSource and return the top-level InvDataset.
protected  InvCatalog DodsFileServerDatasetSource.createSkeletonCatalog(String prefixUrlPath)
           
protected abstract  InvCatalog DatasetSource.createSkeletonCatalog(String prefixUrlPath)
          Return a skeleton InvCatalog for this DatasetSource.
protected  InvCatalog LocalDatasetSource.createSkeletonCatalog(String prefixUrlPath)
          Build an unnamed InvCatalog for this DatasetSource and return the top-level InvDataset.
protected  InvCatalog GrADSDataServerDatasetSource.createSkeletonCatalog(String prefixUrlPath)
           
 InvCatalog DatasetSource.fullExpand()
          Crawl this DatasetSource and generate a new InvCatalog with all datasets named, sorted, and organized as defined by this DatasetSource, return the newly generated InvCatalog.
 InvCatalog DatasetSource.getResultingCatalog()
           
 



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