|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatasetFilter | |
---|---|
thredds.catalog | Reads and writes THREDDS Dataset Inventory Catalog XML documents. |
Uses of DatasetFilter in thredds.catalog |
---|
Classes in thredds.catalog that implement DatasetFilter | |
---|---|
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 that return DatasetFilter | |
---|---|
protected DatasetFilter |
InvCatalogImpl.getDatasetFilter()
|
Methods in thredds.catalog with parameters of type DatasetFilter | |
---|---|
void |
InvCatalogImpl.filter(DatasetFilter filter)
Munge this catalog to remove any dataset that doesnt pass through the filter. |
abstract void |
InvCatalog.filter(DatasetFilter filter)
Munge this catalog to remove any dataset that doesnt pass through the filter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |