public class PathSimplification extends Object
DouglasPeucker
and by considering the intervals
specified by listsToSimplify
. We have to reference the points specified by the objects
in listsToSimplify
. Therefore, we can only simplify in between these intervals, without
simplifying over one of the points, as it might get lost during the simplification
and we could not reference this point anymore.Constructor and Description |
---|
PathSimplification(PathWrapper pathWrapper,
DouglasPeucker douglasPeucker,
boolean enableInstructions) |
public PathSimplification(PathWrapper pathWrapper, DouglasPeucker douglasPeucker, boolean enableInstructions)
public PointList simplify()
Copyright © 2012–2019. All rights reserved.