Uses of Class
thredds.catalog.InvCatalogImpl

Packages that use InvCatalogImpl
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
thredds.catalog.crawl   
thredds.catalog.dl   
thredds.catalog.parser.jdom   
thredds.cataloggen   
 

Uses of InvCatalogImpl in thredds.catalog
 

Methods in thredds.catalog that return InvCatalogImpl
abstract  InvCatalogImpl InvDatasetFeatureCollection.makeCatalog(String match, String orgPath, URI baseURI)
          Get one one of the catalogs contained in this dataset, called by DataRootHandler.makeDynamicCatalog()
 InvCatalogImpl InvDatasetFcPoint.makeCatalog(String match, String orgPath, URI baseURI)
           
 InvCatalogImpl InvDatasetFcFmrc.makeCatalog(String match, String orgPath, URI baseURI)
           
 InvCatalogImpl InvDatasetFmrc.makeCatalog(String match, String orgPath, URI baseURI)
          Deprecated. Create the FMRC catalog, or one of its nested catalogs.
 InvCatalogImpl InvDatasetScan.makeCatalogForDirectory(String orgPath, URI baseURI)
          Try to build a catalog for the given path by scanning the location associated with this InvDatasetScan.
protected  InvCatalogImpl InvDatasetFeatureCollection.makeCatalogTop(URI baseURI, InvDatasetFeatureCollection.State localState)
          Make the containing catalog for this dataset
 InvCatalogImpl InvDatasetScan.makeProxyDsResolverCatalog(String path, URI baseURI)
          Try to build a catalog for the given resolver path by scanning the location associated with this InvDatasetScan.
 InvCatalogImpl InvCatalogConvertIF.parseXML(InvCatalogFactory fac, org.jdom.Document doc, URI uri)
          Create an InvCatalogImpl from a parsed document tree.
 InvCatalogImpl InvCatalogFactory.readXML(org.jdom.Document jdomDoc, URI uri)
          Create an InvCatalog from a JDOM document.
 InvCatalogImpl InvCatalogFactory.readXML(InputStream docIs, URI uri)
          Create an InvCatalog from an InputStream.
 InvCatalogImpl InvCatalogFactory.readXML(String uriString)
          Create an InvCatalog from an XML document at a named URL.
 InvCatalogImpl InvCatalogFactory.readXML(StringReader catAsStringReader, URI baseUri)
          Create an InvCatalog by reading catalog XML from a StringReader.
 InvCatalogImpl InvCatalogFactory.readXML(String catAsString, URI baseUri)
          Create an InvCatalog by reading catalog XML from a String.
 InvCatalogImpl InvCatalogFactory.readXML(URI uri)
          Read an InvCatalog from an a URI.
 

Methods in thredds.catalog with parameters of type InvCatalogImpl
 void CatalogSetCallback.setCatalog(InvCatalogImpl catalog)
          Called when the catalog is done being read.
 String InvCatalogFactory.writeXML(InvCatalogImpl catalog)
          Write the catalog as an XML document to a String.
 void InvCatalogConvertIF.writeXML(InvCatalogImpl catalog, OutputStream os)
          Write the catalog as an XML document to the specified stream.
 void InvCatalogFactory.writeXML(InvCatalogImpl catalog, OutputStream os)
          Write the InvCatalogImpl to the OutputStream as a InvCatalog 1.0 document.
 void InvCatalogConvertIF.writeXML(InvCatalogImpl catalog, OutputStream os, boolean raw)
           
 void InvCatalogFactory.writeXML(InvCatalogImpl catalog, OutputStream os, boolean raw)
          Write the InvCatalogImpl to the OutputStream as a InvCatalog 1.0 document.
 void InvCatalogFactory.writeXML(InvCatalogImpl catalog, String filename)
          Write the catalog as an XML document to the specified filename.
 

Constructors in thredds.catalog with parameters of type InvCatalogImpl
InvDatasetScan(InvCatalogImpl catalog, InvDatasetImpl parent, String name, String path, String scanLocation, CrawlableDatasetFilter filter, boolean addDatasetSize, String addLatest, boolean sortOrderIncreasing, String datasetNameMatchPattern, String startTimeSubstitutionPattern, String duration)
          Constructor.
InvDatasetScan(InvCatalogImpl catalog, InvDatasetImpl parent, String name, String path, String scanLocation, String filter, boolean addDatasetSize, String addLatest, boolean sortOrderIncreasing, String datasetNameMatchPattern, String startTimeSubstitutionPattern, String duration)
          Constructor.
 

Uses of InvCatalogImpl in thredds.catalog.crawl
 

Methods in thredds.catalog.crawl with parameters of type InvCatalogImpl
 int CatalogCrawler.crawl(InvCatalogImpl cat, CancelTask task, PrintStream out, Object context)
          Crawl a catalog thats already been opened.
 

Uses of InvCatalogImpl in thredds.catalog.dl
 

Methods in thredds.catalog.dl with parameters of type InvCatalogImpl
 void DIFWriter.writeDatasetEntries(InvCatalogImpl cat, String fileDir, StringBuffer mess)
          Write all harvestable datasets to DIF records that have at least the minimum metadata.
 void ADNWriter.writeDatasetEntries(InvCatalogImpl cat, String fileDir, StringBuffer mess)
           
 

Uses of InvCatalogImpl in thredds.catalog.parser.jdom
 

Methods in thredds.catalog.parser.jdom that return InvCatalogImpl
 InvCatalogImpl InvCatalogFactory10.parseXML(InvCatalogFactory fac, org.jdom.Document jdomDoc, URI uri)
           
protected  InvCatalogImpl InvCatalogFactory10.readCatalog(org.jdom.Element catalogElem, URI docBaseURI)
           
 

Methods in thredds.catalog.parser.jdom with parameters of type InvCatalogImpl
protected  InvCatalogRef InvCatalogFactory10.readCatalogRef(InvCatalogImpl cat, InvDatasetImpl parent, org.jdom.Element catRefElem, URI baseURI)
           
protected  InvDatasetImpl InvCatalogFactory10.readDataset(InvCatalogImpl catalog, InvDatasetImpl parent, org.jdom.Element dsElem, URI base)
           
protected  InvDatasetImpl InvCatalogFactory10.readDatasetFmrc(InvCatalogImpl catalog, InvDatasetImpl parent, org.jdom.Element dsElem, URI base)
           
protected  void InvCatalogFactory10.readDatasetInfo(InvCatalogImpl catalog, InvDatasetImpl dataset, org.jdom.Element dsElem, URI base)
           
protected  InvDatasetScan InvCatalogFactory10.readDatasetScan(InvCatalogImpl catalog, InvDatasetImpl parent, org.jdom.Element dsElem, URI base)
           
protected  Map InvCatalogFactory10.readDatasetScanAddProxies(org.jdom.Element addProxiesElem, org.jdom.Element addLatestElem, InvCatalogImpl catalog)
           
protected  InvDatasetScan InvCatalogFactory10.readDatasetScanNew(InvCatalogImpl catalog, InvDatasetImpl parent, org.jdom.Element dsElem, URI base)
           
protected  InvDatasetImpl InvCatalogFactory10.readFeatureCollection(InvCatalogImpl catalog, InvDatasetImpl parent, org.jdom.Element dsElem, URI base)
           
 org.jdom.Document InvCatalogFactory10.writeCatalog(InvCatalogImpl cat)
           
 void InvCatalogFactory10.writeXML(InvCatalogImpl catalog, OutputStream os)
          Write the catalog as an XML document to the specified stream.
 void InvCatalogFactory10.writeXML(InvCatalogImpl catalog, OutputStream os, boolean raw)
          Write the catalog as an XML document to the specified stream.
 

Uses of InvCatalogImpl in thredds.cataloggen
 

Methods in thredds.cataloggen that return InvCatalogImpl
 InvCatalogImpl CollectionLevelScanner.generateCatalog()
           
 InvCatalogImpl SimpleCatalogBuilder.generateCatalog(CrawlableDataset catalogCrDs)
           
 InvCatalogImpl CatalogBuilder.generateCatalog(CrawlableDataset catalogCrDs)
          Return an InvCatalog for the level in the collection hierarchy specified by catalogPath.
 InvCatalogImpl DatasetScanCatalogBuilder.generateCatalog(CrawlableDataset catalogCrDs)
           
 InvCatalogImpl StandardCatalogBuilder.generateCatalog(CrawlableDataset catalogCrDs)
           
 InvCatalogImpl SimpleCatalogBuilder.generateProxyDsResolverCatalog(CrawlableDataset catalogCrDs, ProxyDatasetHandler pdh)
          Not supported by SimpleCatalogBuilder.
 InvCatalogImpl CatalogBuilder.generateProxyDsResolverCatalog(CrawlableDataset catalogCrDs, ProxyDatasetHandler pdh)
          Generate the catalog for a resolver request of the given ProxyDatasetHandler.
 InvCatalogImpl DatasetScanCatalogBuilder.generateProxyDsResolverCatalog(CrawlableDataset catalogCrDs, ProxyDatasetHandler pdh)
           
 InvCatalogImpl StandardCatalogBuilder.generateProxyDsResolverCatalog(CrawlableDataset catalogCrDs, ProxyDatasetHandler pdh)
           
 InvCatalogImpl CollectionLevelScanner.generateProxyDsResolverCatalog(ProxyDatasetHandler pdh)
          Generate the catalog for a resolver request of the given ProxyDatasetHandler.
 



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