Uses of Class
thredds.catalog.InvCatalogRef

Packages that use InvCatalogRef
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
thredds.catalog.crawl   
thredds.catalog.parser.jdom   
thredds.catalog.util   
thredds.inventory Abstractions for tracking dataset inventory using "managed files". 
 

Uses of InvCatalogRef in thredds.catalog
 

Subclasses of InvCatalogRef in thredds.catalog
 class InvDatasetFcFmrc
          Feature Collection for Fmrc Generate anew each call; use object caching if needed to improve efficiency
 class InvDatasetFcPoint
          Feature Collection for Point types
 class InvDatasetFeatureCollection
          Feature Collection Dataset.
 class InvDatasetFmrc
          Deprecated. use InvDatasetFeatureCollection (must replace datasetFmrc with featureCollection in the TDS config catalog)
 class InvDatasetScan
          Represents server-side information on how to scan a collection of datasets for catalog generation.
 

Uses of InvCatalogRef in thredds.catalog.crawl
 

Methods in thredds.catalog.crawl with parameters of type InvCatalogRef
 boolean CatalogExtractor.getCatalogRef(InvCatalogRef dd, Object context)
           
 boolean CatalogCrawler.Listener.getCatalogRef(InvCatalogRef dd, Object context)
          Gets called for each catalogRef found
 

Uses of InvCatalogRef in thredds.catalog.parser.jdom
 

Methods in thredds.catalog.parser.jdom that return InvCatalogRef
protected  InvCatalogRef InvCatalogFactory10.readCatalogRef(InvCatalogImpl cat, InvDatasetImpl parent, org.jdom.Element catRefElem, URI baseURI)
           
 

Uses of InvCatalogRef in thredds.catalog.util
 

Methods in thredds.catalog.util that return types with arguments of type InvCatalogRef
static List<InvCatalogRef> CatalogUtils.findAllCatRefsInDatasetTree(List<InvDataset> datasets, StringBuilder log, boolean onlyRelativeUrls)
          Find all catalogRef elements in the dataset tree formed by the given dataset list.
 

Uses of InvCatalogRef in thredds.inventory
 

Methods in thredds.inventory with parameters of type InvCatalogRef
 boolean DatasetCollectionFromCatalog.getCatalogRef(InvCatalogRef dd, Object context)
           
 



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