Package com.vividsolutions.jts.simplify

Class Summary

DouglasPeuckerLineSimplifier Simplifies a linestring (sequence of points) using the standard Douglas-Peucker algorithm.
DouglasPeuckerSimplifier Simplifies a Geometry using the standard Douglas-Peucker algorithm.
LineSegmentIndex An index of LineSegments.
TaggedLinesSimplifier Simplifies a collection of TaggedLineStrings, preserving topology (in the sense that no new intersections are introduced).
TaggedLineSegment A LineSegment which is tagged with its location in a Geometry.
TaggedLineString
TaggedLineStringSimplifier Simplifies a TaggedLineString, preserving topology (in the sense that no new intersections are introduced).
TopologyPreservingSimplifier Simplifies a geometry, ensuring that the result is a valid geometry having the same dimension and number of components as the input.