Package ucar.nc2.ft
Interface PointFeatureIterator.Filter
-
- All Known Implementing Classes:
PointIteratorFiltered.SpaceAndTimeFilter
- Enclosing interface:
- PointFeatureIterator
public static interface PointFeatureIterator.FilterA filter on PointFeatures
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanfilter(PointFeature pointFeature)True if the PointFeature passes this filter
-
-
-
Method Detail
-
filter
boolean filter(PointFeature pointFeature)
True if the PointFeature passes this filter- Parameters:
pointFeature- the PointFeature to test- Returns:
- true if given pointFeature passes the filter
-
-