Uses of Class
org.locationtech.jts.noding.SegmentNode
-
Packages that use SegmentNode Package Description org.locationtech.jts.noding -
-
Uses of SegmentNode in org.locationtech.jts.noding
Methods in org.locationtech.jts.noding that return SegmentNode Modifier and Type Method Description SegmentNodeSegmentNodeList. add(Coordinate intPt, int segmentIndex)Adds an intersection into the list, if it isn't already there.SegmentNodeNodedSegmentString. addIntersectionNode(Coordinate intPt, int segmentIndex)Adds an intersection node for a given point and segment to this segment string.
-