|
JTS Topology Suite version 1.13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.simplify.TaggedLineStringSimplifier
public class TaggedLineStringSimplifier
Simplifies a TaggedLineString, preserving topology (in the sense that no new intersections are introduced). Uses the recursive Douglas-Peucker algorithm.
Constructor Summary | |
---|---|
TaggedLineStringSimplifier(com.vividsolutions.jts.simplify.LineSegmentIndex inputIndex,
com.vividsolutions.jts.simplify.LineSegmentIndex outputIndex)
|
Method Summary | |
---|---|
void |
setDistanceTolerance(double distanceTolerance)
Sets the distance tolerance for the simplification. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaggedLineStringSimplifier(com.vividsolutions.jts.simplify.LineSegmentIndex inputIndex, com.vividsolutions.jts.simplify.LineSegmentIndex outputIndex)
Method Detail |
---|
public void setDistanceTolerance(double distanceTolerance)
distanceTolerance
- the approximation tolerance to use
|
JTS Topology Suite version 1.13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |