Interface StreamingGeometrySimplifier.Monitor

Enclosing class:
StreamingGeometrySimplifier<T extends Geometry>

public static interface StreamingGeometrySimplifier.Monitor
Implementation of this interface will receive calls with internal data at each step of the simplification algorithm. This is of use for debugging complex cases, as well as gaining insight into the way the algorithm works. Data provided in the callback includes:
  • String description of current process
  • List of points in current simplification
  • Last point removed from the simplification
mode, list of points representing the current linked-list of internal nodes used for triangulation, and a list of triangles so far created by the algorithm.