Uses of Interface
thredds.catalog.InvCatalogConvertIF

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

Uses of InvCatalogConvertIF in thredds.catalog
 

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

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