class TaggedLinesSimplifier
extends java.lang.Object
TaggedLineStringSimplifier.| Modifier and Type | Field and Description |
|---|---|
private double |
distanceTolerance |
private LineSegmentIndex |
inputIndex |
private LineSegmentIndex |
outputIndex |
| Constructor and Description |
|---|
TaggedLinesSimplifier() |
| Modifier and Type | Method and Description |
|---|---|
void |
setDistanceTolerance(double distanceTolerance)
Sets the distance tolerance for the simplification.
|
void |
simplify(java.util.Collection taggedLines)
Simplify a collection of TaggedLineStrings
|
private LineSegmentIndex inputIndex
private LineSegmentIndex outputIndex
private double distanceTolerance
public void setDistanceTolerance(double distanceTolerance)
distanceTolerance - the approximation tolerance to usepublic void simplify(java.util.Collection taggedLines)
taggedLines - the collection of lines to simplify