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 TypeMethodDescriptionvoid
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.