|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthredds.catalog.DatasetFilter
public abstract class DatasetFilter
Abstract class to filter datasets.
InvCatalog.filter(thredds.catalog.DatasetFilter)| Nested Class Summary | |
|---|---|
static class |
DatasetFilter.ByDataType
Filter a Catalog by the dataset data type. |
static class |
DatasetFilter.ByServiceType
Filter a Catalog by the access service type. |
| Constructor Summary | |
|---|---|
DatasetFilter()
|
|
| Method Summary | |
|---|---|
abstract int |
accept(InvDataset d)
Decision function as to whether to accept this dataset or not. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DatasetFilter()
| Method Detail |
|---|
public abstract int accept(InvDataset d)
d - dataset to filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||