Package thredds.featurecollection
Class FeatureCollectionConfig.GribIntvFilter
- java.lang.Object
-
- thredds.featurecollection.FeatureCollectionConfig.GribIntvFilter
-
- Enclosing class:
- FeatureCollectionConfig
public static class FeatureCollectionConfig.GribIntvFilter extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<thredds.featurecollection.FeatureCollectionConfig.IntvFilter>
filterList
boolean
isZeroExcluded
-
Constructor Summary
Constructors Constructor Description GribIntvFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
filter(int id, int intvStart, int intvEnd, int prob)
boolean
hasFilter()
boolean
isZeroExcluded()
-
-
-
Field Detail
-
filterList
public List<thredds.featurecollection.FeatureCollectionConfig.IntvFilter> filterList
-
isZeroExcluded
public boolean isZeroExcluded
-
-