ucar.nc2.ft
Interface PointFeatureIterator.Filter

All Known Implementing Classes:
PointIteratorAbstract.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


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.