Uses of Class
org.locationtech.jts.simplify.TaggedLineString
Packages that use TaggedLineString
Package
Description
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 TaggedLineStringMethods in org.locationtech.jts.simplify with parameters of type TaggedLineStringModifier and TypeMethodDescriptionvoidLineSegmentIndex.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.