Uses of Class
thredds.catalog.DatasetFilter

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

Uses of DatasetFilter in thredds.catalog
 

Subclasses of DatasetFilter in thredds.catalog
static class DatasetFilter.ByDataType
          Filter a Catalog by the dataset data type.
static class DatasetFilter.ByServiceType
          Filter a Catalog by the access service type.
 

Methods in thredds.catalog with parameters of type DatasetFilter
abstract  void InvCatalog.filter(DatasetFilter filter)
          Munge this catalog to remove any dataset that doesnt pass through the filter.
 void InvCatalogImpl.filter(DatasetFilter filter)
          Munge this catalog to remove any dataset that doesnt pass through the filter.