| Package | Description |
|---|---|
| org.locationtech.jts.simplify |
Classes which implement algorithms for simplifying or generalizing geometries.
|
| Modifier and Type | Field and Description |
|---|---|
private TaggedLineSegment[] |
TaggedLineString.segs |
| Modifier and Type | Method and Description |
|---|---|
TaggedLineSegment |
TaggedLineString.getSegment(int i) |
TaggedLineSegment[] |
TaggedLineString.getSegments() |
| Modifier and Type | Method and Description |
|---|---|
private static boolean |
TaggedLineStringSimplifier.isInLineSection(TaggedLineString line,
int[] sectionIndex,
TaggedLineSegment seg)
Tests whether a segment is in a section of a TaggedLineString
|