Uses of Class
thredds.catalog.InvCatalogFactory

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

Uses of InvCatalogFactory in thredds.catalog
 

Methods in thredds.catalog that return InvCatalogFactory
static InvCatalogFactory InvCatalogFactory.getDefaultFactory(boolean validate)
          Get new Factory for reading and writing catalogs.
 

Methods in thredds.catalog with parameters of type InvCatalogFactory
 InvCatalogImpl InvCatalogConvertIF.parseXML(InvCatalogFactory fac, org.jdom.Document doc, URI uri)
          Create an InvCatalogImpl from a parsed document tree.
 void InvCatalogRef.readAsynch(InvCatalogFactory factory, CatalogSetCallback caller)
          Read the referenced catalog asynchronously, if the catalog factory supports it.
 

Uses of InvCatalogFactory in thredds.catalog.parser.jdom
 

Methods in thredds.catalog.parser.jdom with parameters of type InvCatalogFactory
 InvCatalogImpl InvCatalogFactory10.parseXML(InvCatalogFactory fac, org.jdom.Document jdomDoc, URI uri)
           
 

Uses of InvCatalogFactory in thredds.cataloggen
 

Fields in thredds.cataloggen declared as InvCatalogFactory
protected  InvCatalogFactory CatalogGen.catFactory
          The catalog factory that knows about CatalogGenConfig metadata.
 



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