removeIf abstract method
- PolygonDataSourcePolygonDataProcessor inspector
Iterates through all the polygons from the data source and passes them to the given inspector, one by one.
All polygons for which the inspector returns true get removed from the data source.
The inspector cannot update the polygon data.
inspectorPolygon data processor.
Implementation
void removeIf(PolygonDataSourcePolygonDataProcessor inspector);