ucar.nc2.ft.point
Class PointIteratorAbstract.Filter
java.lang.Object
ucar.nc2.ft.point.PointIteratorAbstract.Filter
- All Implemented Interfaces:
- PointFeatureIterator.Filter
- Enclosing class:
- PointIteratorAbstract
public static class PointIteratorAbstract.Filter
- extends Object
- implements PointFeatureIterator.Filter
Method Summary |
boolean |
filter(PointFeature pdata)
True if the PointFeature passes this filter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PointIteratorAbstract.Filter
public PointIteratorAbstract.Filter(LatLonRect filter_bb,
DateRange filter_date)
filter
public boolean filter(PointFeature pdata)
- Description copied from interface:
PointFeatureIterator.Filter
- True if the PointFeature passes this filter
- Specified by:
filter
in interface PointFeatureIterator.Filter
- Parameters:
pdata
- the PointFeature to test
- Returns:
- true if given pointFeature passes the filter
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.