Package ucar.nc2.ft
Interface PointFeatureIterator.Filter
-
- All Known Implementing Classes:
PointIteratorFiltered.SpaceAndTimeFilter
- Enclosing interface:
- PointFeatureIterator
public static interface PointFeatureIterator.Filter
A filter on PointFeatures
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
filter(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
-
-