public static class PointIteratorFiltered.SpaceAndTimeFilter extends java.lang.Object implements PointFeatureIterator.Filter
| Constructor and Description |
|---|
SpaceAndTimeFilter(LatLonRect filter_bb,
CalendarDateRange filter_date) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(PointFeature pointFeat)
True if the PointFeature passes this filter
|
public SpaceAndTimeFilter(LatLonRect filter_bb, CalendarDateRange filter_date)
filter_bb - bounding box or null for allfilter_date - date Range or null for allpublic boolean filter(PointFeature pointFeat)
PointFeatureIterator.Filterfilter in interface PointFeatureIterator.FilterpointFeat - the PointFeature to test