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. segsMethods in org.locationtech.jts.simplify that return TaggedLineSegment Modifier and Type Method Description TaggedLineSegmentTaggedLineString. getSegment(int i)TaggedLineSegment[]TaggedLineString. getSegments()Methods in org.locationtech.jts.simplify with parameters of type TaggedLineSegment Modifier and Type Method Description private static booleanTaggedLineStringSimplifier. isInLineSection(TaggedLineString line, int[] sectionIndex, TaggedLineSegment seg)Tests whether a segment is in a section of a TaggedLineString
-