Package org.locationtech.jts.simplify
package org.locationtech.jts.simplify
Classes which implement algorithms for simplifying or generalizing geometries.
-
ClassesClassDescriptionSimplifies a
Geometry
using the Douglas-Peucker algorithm.Computes topology-preserving simplified hulls of polygonal geometry.Simplifies a TaggedLineString, preserving topology (in the sense that no new intersections are introduced).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.Simplifies aGeometry
using the Visvalingam-Whyatt area-based algorithm.