Package ucar.nc2.ft
Interface PointFeatureCCIterator.Filter
-
- Enclosing interface:
- PointFeatureCCIterator
public static interface PointFeatureCCIterator.Filter
A filter on nestedPointFeatureCollection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
filter(PointFeatureCC nestedPointFeatureCollection)
Filter collections.
-
-
-
Method Detail
-
filter
boolean filter(PointFeatureCC nestedPointFeatureCollection)
Filter collections.- Parameters:
nestedPointFeatureCollection
- check this collection- Returns:
- true if the collection passes the filter
-
-