Package org.n52.io.request
Class FilterResolver
- java.lang.Object
-
- org.n52.io.request.FilterResolver
-
public class FilterResolver extends Object
-
-
Constructor Summary
Constructors Constructor Description FilterResolver(IoParameters parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasInsituFilter()booleanhasMobileFilter()booleanisInsituFilter()booleanisMobileFilter()booleanisSetPlatformTypeFilter()(package private) booleanshallBehaveBackwardsCompatible()booleanshallIncludeAllDatasets()booleanshallIncludeAllDatasetTypes()booleanshallIncludeAllObservationTypes()booleanshallIncludeAllValueTypes()booleanshallIncludeDatasetType(String datasetType)booleanshallIncludeObservationType(String observationType)booleanshallIncludeValueType(String valueType)
-
-
-
Constructor Detail
-
FilterResolver
public FilterResolver(IoParameters parameters)
-
-
Method Detail
-
shallBehaveBackwardsCompatible
boolean shallBehaveBackwardsCompatible()
-
hasMobileFilter
public boolean hasMobileFilter()
-
hasInsituFilter
public boolean hasInsituFilter()
-
isMobileFilter
public boolean isMobileFilter()
-
isInsituFilter
public boolean isInsituFilter()
-
shallIncludeAllDatasets
public boolean shallIncludeAllDatasets()
-
isSetPlatformTypeFilter
public boolean isSetPlatformTypeFilter()
-
shallIncludeAllDatasetTypes
public boolean shallIncludeAllDatasetTypes()
-
shallIncludeDatasetType
public boolean shallIncludeDatasetType(String datasetType)
-
shallIncludeAllObservationTypes
public boolean shallIncludeAllObservationTypes()
-
shallIncludeObservationType
public boolean shallIncludeObservationType(String observationType)
-
shallIncludeAllValueTypes
public boolean shallIncludeAllValueTypes()
-
shallIncludeValueType
public boolean shallIncludeValueType(String valueType)
-
-