PolygonDataSource.PolygonDataProcessor (API Reference)
Package com.here.sdk.mapview.datasource
Interface PolygonDataSource.PolygonDataProcessor
- Enclosing class:
- PolygonDataSource
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Called for each polygon, allowing inspection, removal or update of coordinates and attributes.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(PolygonDataAccessor polygonAccessor) Called for each polygon, allowing inspection, removal or update of coordinates and attributes.
-
Method Details
-
process
Called for each polygon, allowing inspection, removal or update of coordinates and attributes.
- Parameters:
polygonAccessor-the polygon data accessor.
- Returns:
value indicating the result of the processing.
-