Uses of Interface
thredds.catalog.InvCatalogConvertIF

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

Uses of InvCatalogConvertIF in thredds.catalog
 

Methods in thredds.catalog that return InvCatalogConvertIF
 InvCatalogConvertIF InvCatalogFactory.getCatalogConverter(String namespace)
          Find the InvCatalogConvertIF registered for this namespace.
static InvCatalogConvertIF InvCatalogFactory.getDefaultConverter()
           
 

Methods in thredds.catalog with parameters of type InvCatalogConvertIF
 void InvCatalogFactory.registerCatalogConverter(String namespace, InvCatalogConvertIF converter)
          Register converters for creating InvCatalogs from specific catalog XML namespaces.
 

Uses of InvCatalogConvertIF in thredds.catalog.parser.jdom
 

Classes in thredds.catalog.parser.jdom that implement InvCatalogConvertIF
 class InvCatalogFactory10
          Inventory Catalog parser, version 1.0.
 



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