PointDataSourcePointDataProcessor typedef

PointDataSourcePointDataProcessor = bool Function(PointDataAccessor pointAccessor)

Called for each point, allowing inspection, removal or update of coordinates and attributes.

  • pointAccessor the point data accessor.

Returns value indicating the result of the processing.

Implementation

typedef PointDataSourcePointDataProcessor = bool Function(PointDataAccessor pointAccessor);