Uses of Interface
thredds.catalog2.Catalog

Packages that use Catalog
thredds.catalog2   
thredds.catalog2.builder   
thredds.catalog2.simpleImpl   
thredds.catalog2.xml.parser   
thredds.catalog2.xml.parser.stax   
thredds.catalog2.xml.writer   
thredds.catalog2.xml.writer.stax   
 

Uses of Catalog in thredds.catalog2
 

Methods in thredds.catalog2 that return Catalog
 Catalog DatasetNode.getParentCatalog()
           
 

Uses of Catalog in thredds.catalog2.builder
 

Methods in thredds.catalog2.builder that return Catalog
 Catalog CatalogBuilder.build()
          Generate the resulting Catalog.
 

Methods in thredds.catalog2.builder with parameters of type Catalog
 CatalogBuilder ThreddsBuilderFactory.newCatalogBuilder(Catalog catalog)
           
 

Uses of Catalog in thredds.catalog2.simpleImpl
 

Methods in thredds.catalog2.simpleImpl with parameters of type Catalog
 CatalogBuilder ThreddsBuilderFactoryImpl.newCatalogBuilder(Catalog catalog)
           
 

Uses of Catalog in thredds.catalog2.xml.parser
 

Methods in thredds.catalog2.xml.parser that return Catalog
 Catalog ThreddsXmlParser.parse(File file, URI docBaseUri)
           
 Catalog ThreddsXmlParser.parse(InputStream is, URI docBaseUri)
           
 Catalog ThreddsXmlParser.parse(Reader reader, URI docBaseUri)
           
 Catalog ThreddsXmlParser.parse(URI documentUri)
           
 

Uses of Catalog in thredds.catalog2.xml.parser.stax
 

Methods in thredds.catalog2.xml.parser.stax that return Catalog
 Catalog StaxThreddsXmlParser.parse(File file, URI docBaseUri)
           
 Catalog StaxThreddsXmlParser.parse(InputStream is, URI docBaseUri)
           
 Catalog StaxThreddsXmlParser.parse(Reader reader, URI docBaseUri)
           
 Catalog StaxThreddsXmlParser.parse(URI documentUri)
           
 

Uses of Catalog in thredds.catalog2.xml.writer
 

Methods in thredds.catalog2.xml.writer with parameters of type Catalog
 void ThreddsXmlWriter.writeCatalog(Catalog catalog, File file)
           
 void ThreddsXmlWriter.writeCatalog(Catalog catalog, OutputStream os)
           
 void ThreddsXmlWriter.writeCatalog(Catalog catalog, Writer writer)
           
 

Uses of Catalog in thredds.catalog2.xml.writer.stax
 

Methods in thredds.catalog2.xml.writer.stax with parameters of type Catalog
 void StaxWriter.writeCatalog(Catalog catalog, File file)
           
 void StaxWriter.writeCatalog(Catalog catalog, OutputStream os)
           
 void StaxWriter.writeCatalog(Catalog catalog, Writer writer)
           
 void CatalogElementWriter.writeElement(Catalog catalog, javax.xml.stream.XMLStreamWriter writer, int nestLevel)
           
 



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