public class TaggedLineStringSimplifier
extends java.lang.Object
Constructor | Description |
---|---|
TaggedLineStringSimplifier(org.locationtech.jts.simplify.LineSegmentIndex inputIndex,
org.locationtech.jts.simplify.LineSegmentIndex outputIndex) |
Modifier and Type | Method | Description |
---|---|---|
void |
setDistanceTolerance(double distanceTolerance) |
Sets the distance tolerance for the simplification.
|
public TaggedLineStringSimplifier(org.locationtech.jts.simplify.LineSegmentIndex inputIndex, org.locationtech.jts.simplify.LineSegmentIndex outputIndex)
public void setDistanceTolerance(double distanceTolerance)
distanceTolerance
- the approximation tolerance to useCopyright © 2018. All rights reserved.