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 TaggedLineStringTaggedLineStringSimplifier. lineMethods in org.locationtech.jts.simplify with parameters of type TaggedLineString Modifier and Type Method Description voidLineSegmentIndex. add(TaggedLineString line)private booleanTaggedLineStringSimplifier. hasBadInputIntersection(TaggedLineString parentLine, int[] sectionIndex, LineSegment candidateSeg)private booleanTaggedLineStringSimplifier. hasBadIntersection(TaggedLineString parentLine, int[] sectionIndex, LineSegment candidateSeg)private static booleanTaggedLineStringSimplifier. isInLineSection(TaggedLineString line, int[] sectionIndex, TaggedLineSegment seg)Tests whether a segment is in a section of a TaggedLineStringprivate voidTaggedLineStringSimplifier. remove(TaggedLineString line, int start, int end)Remove the segs in the section of the line(package private) voidTaggedLineStringSimplifier. simplify(TaggedLineString line)Simplifies the givenTaggedLineStringusing the distance tolerance specified.
-