ucar.nc2.ft
Interface PointFeatureIterator.Filter

Enclosing interface:
PointFeatureIterator

public static interface PointFeatureIterator.Filter

A filter on PointFeatures


Method Summary
 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