PointDataSourcePointDataProcessor typedef
Called for each point, allowing inspection, removal or update of coordinates and attributes.
pointAccessorthe point data accessor.
Returns value indicating the result of the processing.
Implementation
typedef PointDataSourcePointDataProcessor = bool Function(PointDataAccessor pointAccessor);