JTS Topology Suite version 1.13

Package com.vividsolutions.jts.simplify

Classes which implement algorithms for simplifying or generalizing geometries.

See:
          Description

Class Summary
DouglasPeuckerSimplifier Simplifies a Geometry using the standard Douglas-Peucker algorithm.
TaggedLineStringSimplifier Simplifies a TaggedLineString, preserving topology (in the sense that no new intersections are introduced).
TopologyPreservingSimplifier Simplifies a geometry and ensures that the result is a valid geometry having the same dimension and number of components as the input, and with the components having the same topological relationship.
 

Package com.vividsolutions.jts.simplify Description

Classes which implement algorithms for simplifying or generalizing geometries.


JTS Topology Suite version 1.13