Interface LineDataSource.LineDataProcessor

Enclosing class:
LineDataSource
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface LineDataSource.LineDataProcessor

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

  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    process(LineDataAccessor lineAccessor)
    Called for each line, allowing inspection, removal or update of coordinates and attributes.
  • Method Details

    • process

      boolean process(@NonNull LineDataAccessor lineAccessor)

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

      Parameters:
      lineAccessor -

      the line data accessor.

      Returns:

      value indicating the result of the processing.