Uses of Class
com.vividsolutions.jts.noding.SegmentNode

Packages that use SegmentNode
com.vividsolutions.jts.noding Classes to compute nodings for arrangements of line segments and line segment sequences. 
 

Uses of SegmentNode in com.vividsolutions.jts.noding
 

Methods in com.vividsolutions.jts.noding that return SegmentNode
 SegmentNode SegmentNodeList.add(Coordinate intPt, int segmentIndex)
          Adds an intersection into the list, if it isn't already there.
 SegmentNode NodedSegmentString.addIntersectionNode(Coordinate intPt, int segmentIndex)
          Adds an intersection node for a given point and segment to this segment string.
 



Copyright © 2012. All Rights Reserved.