Uses of Class
org.locationtech.jts.noding.SegmentNode
Packages that use SegmentNode
Package
Description
Classes to compute nodings for arrangements of line segments and line segment sequences.
-
Uses of SegmentNode in org.locationtech.jts.noding
Fields in org.locationtech.jts.noding declared as SegmentNodeModifier and TypeFieldDescriptionprivate SegmentNodeNodeVertexIterator.currNodeprivate SegmentNodeNodeVertexIterator.nextNodeMethods in org.locationtech.jts.noding that return SegmentNodeModifier and TypeMethodDescriptionSegmentNodeList.add(Coordinate intPt, int segmentIndex) Adds an intersection into the list, if it isn't already there.NodedSegmentString.addIntersectionNode(Coordinate intPt, int segmentIndex) Adds an intersection node for a given point and segment to this segment string.Methods in org.locationtech.jts.noding with parameters of type SegmentNodeModifier and TypeMethodDescriptionprivate voidSegmentNodeList.addEdgeCoordinates(SegmentNode ei0, SegmentNode ei1, CoordinateList coordList) (package private) SegmentStringSegmentNodeList.createSplitEdge(SegmentNode ei0, SegmentNode ei1) Create a new "split edge" with the section of points between (and including) the two intersections.private booleanSegmentNodeList.findCollapseIndex(SegmentNode ei0, SegmentNode ei1, int[] collapsedVertexIndex)