|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.simplify.TaggedLinesSimplifier
Simplifies a collection of TaggedLineString
s, preserving topology
(in the sense that no new intersections are introduced).
This class is essentially just a container for the common
indexes used by TaggedLineStringSimplifier
.
Constructor Summary | |
TaggedLinesSimplifier()
|
Method Summary | |
void |
setDistanceTolerance(double distanceTolerance)
Sets the distance tolerance for the simplification. |
void |
simplify(java.util.Collection taggedLines)
Simplify a collection of TaggedLineString s |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TaggedLinesSimplifier()
Method Detail |
public void setDistanceTolerance(double distanceTolerance)
distanceTolerance
- the approximation tolerance to usepublic void simplify(java.util.Collection taggedLines)
TaggedLineString
s
taggedLines
- the collection of lines to simplify
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |