removeIf abstract method

void removeIf(
  1. 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.

  • inspector Polygon data processor.

Implementation

void removeIf(PolygonDataSourcePolygonDataProcessor inspector);