Uses of Class
org.locationtech.jts.simplify.TaggedLineString
-
Packages that use TaggedLineString Package Description org.locationtech.jts.simplify Classes which implement algorithms for simplifying or generalizing geometries. -
-
Uses of TaggedLineString in org.locationtech.jts.simplify
Fields in org.locationtech.jts.simplify declared as TaggedLineString Modifier and Type Field Description private TaggedLineString
TaggedLineStringSimplifier. line
Methods in org.locationtech.jts.simplify with parameters of type TaggedLineString Modifier and Type Method 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 TaggedLineStringprivate 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 givenTaggedLineString
using the distance tolerance specified.
-