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

Packages that use NodedSegmentString
com.vividsolutions.jts.noding Classes to compute nodings for arrangements of line segments and line segment sequences. 
com.vividsolutions.jts.noding.snapround Contains classes to implement the Snap Rounding algorithm for noding linestrings. 
 

Uses of NodedSegmentString in com.vividsolutions.jts.noding
 

Methods in com.vividsolutions.jts.noding that return NodedSegmentString
 NodedSegmentString SegmentNodeList.getEdge()
           
 

Constructors in com.vividsolutions.jts.noding with parameters of type NodedSegmentString
SegmentNode(NodedSegmentString segString, Coordinate coord, int segmentIndex, int segmentOctant)
           
SegmentNodeList(NodedSegmentString edge)
           
 

Uses of NodedSegmentString in com.vividsolutions.jts.noding.snapround
 

Methods in com.vividsolutions.jts.noding.snapround with parameters of type NodedSegmentString
 boolean HotPixel.addSnappedNode(NodedSegmentString segStr, int segIndex)
          Adds a new node (equal to the snap pt) to the specified segment if the segment passes through the hot pixel
 



Copyright © 2012. All Rights Reserved.