Package org.locationtech.jts.simplify
Class TaggedLineStringSimplifier
java.lang.Object
org.locationtech.jts.simplify.TaggedLineStringSimplifier
Simplifies a TaggedLineString, preserving topology
(in the sense that no new intersections are introduced).
Uses the recursive Douglas-Peucker algorithm.
- Version:
- 1.7
- Author:
- Martin Davis
-
Constructor Summary
ConstructorsConstructorDescriptionTaggedLineStringSimplifier
(org.locationtech.jts.simplify.LineSegmentIndex inputIndex, org.locationtech.jts.simplify.LineSegmentIndex outputIndex, org.locationtech.jts.simplify.ComponentJumpChecker crossChecker) -
Method Summary
-
Constructor Details
-
TaggedLineStringSimplifier
public TaggedLineStringSimplifier(org.locationtech.jts.simplify.LineSegmentIndex inputIndex, org.locationtech.jts.simplify.LineSegmentIndex outputIndex, org.locationtech.jts.simplify.ComponentJumpChecker crossChecker)
-