Package org.locationtech.jts.simplify
Classes which implement algorithms for simplifying or generalizing geometries.
-
Class Summary Class Description DouglasPeuckerSimplifier Simplifies aGeometry
using the Douglas-Peucker algorithm.PolygonHullSimplifier Computes topology-preserving simplified hulls of polygonal geometry.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.VWSimplifier Simplifies aGeometry
using the Visvalingam-Whyatt area-based algorithm.