Uses of Class
org.locationtech.jts.simplify.TaggedLineSegment
-
Packages that use TaggedLineSegment Package Description org.locationtech.jts.simplify Classes which implement algorithms for simplifying or generalizing geometries. -
-
Uses of TaggedLineSegment in org.locationtech.jts.simplify
Fields in org.locationtech.jts.simplify declared as TaggedLineSegment Modifier and Type Field Description private TaggedLineSegment[]
TaggedLineString. segs
Methods in org.locationtech.jts.simplify that return TaggedLineSegment Modifier and Type Method Description TaggedLineSegment
TaggedLineString. getSegment(int i)
TaggedLineSegment[]
TaggedLineString. getSegments()
Methods in org.locationtech.jts.simplify with parameters of type TaggedLineSegment Modifier and Type Method Description private static boolean
TaggedLineStringSimplifier. isInLineSection(TaggedLineString line, int[] sectionIndex, TaggedLineSegment seg)
Tests whether a segment is in a section of a TaggedLineString
-