Uses of Class
thredds.catalog.InvCatalog

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

Uses of InvCatalog in thredds.catalog
 

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

Methods in thredds.catalog that return InvCatalog
 InvCatalog InvDataset.getParentCatalog()
          Get containing catalog.
 InvCatalog InvDatasetImplProxy.getParentCatalog()
           
 InvCatalog InvDatasetScan.makeLatestCatalogForDirectory(java.lang.String orgPath, java.net.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)