Package | Description |
---|---|
org.locationtech.jts.simplify |
Classes which implement algorithms for simplifying or generalizing geometries.
|
Modifier and Type | Field and Description |
---|---|
private TaggedLineString |
TaggedLineStringSimplifier.line |
Modifier and Type | Method and Description |
---|---|
void |
LineSegmentIndex.add(TaggedLineString line) |
private boolean |
TaggedLineStringSimplifier.hasBadInputIntersection(TaggedLineString parentLine,
int[] sectionIndex,
LineSegment candidateSeg) |
private boolean |
TaggedLineStringSimplifier.hasBadIntersection(TaggedLineString parentLine,
int[] sectionIndex,
LineSegment candidateSeg) |
private static boolean |
TaggedLineStringSimplifier.isInLineSection(TaggedLineString line,
int[] sectionIndex,
TaggedLineSegment seg)
Tests whether a segment is in a section of a TaggedLineString
|
private void |
TaggedLineStringSimplifier.remove(TaggedLineString line,
int start,
int end)
Remove the segs in the section of the line
|
(package private) void |
TaggedLineStringSimplifier.simplify(TaggedLineString line)
Simplifies the given
TaggedLineString
using the distance tolerance specified. |