Module com.iamsoft.util.ui
Class RamerDouglasPeuckerConflater
- java.lang.Object
-
- com.iamsoft.util.ui.javafx.conflation.RamerDouglasPeuckerConflater
-
- All Implemented Interfaces:
BiFunction<Double,Double,javafx.collections.ListChangeListener.Change<javafx.util.Pair<Double,Double>>>
public class RamerDouglasPeuckerConflater extends Object implements BiFunction<Double,Double,javafx.collections.ListChangeListener.Change<javafx.util.Pair<Double,Double>>>
- See Also:
- Ramer–Douglas–Peucker algorithm
-
-
Constructor Summary
Constructors Constructor Description RamerDouglasPeuckerConflater(List<javafx.util.Pair<Double,Double>> pList, double pEpsilon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javafx.collections.ListChangeListener.Change<javafx.util.Pair<Double,Double>>
apply(Double pX, Double pY)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-