| Package | Description |
|---|---|
| org.locationtech.jts.simplify |
Classes which implement algorithms for simplifying or generalizing geometries.
|
| Class and Description |
|---|
| LineSegmentIndex
An spatial index on a set of
LineSegments. |
| TaggedLineSegment
A
LineSegment which is tagged with its location in a parent Geometry. |
| TaggedLinesSimplifier
Simplifies a collection of TaggedLineStrings, preserving topology
(in the sense that no new intersections are introduced).
|
| TaggedLineString
Represents a
LineString which can be modified to a simplified shape. |
| 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.
|
| VWLineSimplifier.VWVertex |