See: Description
Class | Description |
---|---|
DouglasPeuckerSimplifier |
Simplifies a
Geometry using the 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.
|
VWSimplifier |
Simplifies a
Geometry using the Visvalingam-Whyatt area-based algorithm. |
Copyright © 2020. All rights reserved.