Uses of Class
org.locationtech.jts.noding.NodedSegmentString
-
Packages that use NodedSegmentString Package Description org.locationtech.jts.noding Classes to compute nodings for arrangements of line segments and line segment sequences.org.locationtech.jts.noding.snapround Contains classes to implement the Snap Rounding algorithm for noding linestrings. -
-
Uses of NodedSegmentString in org.locationtech.jts.noding
Fields in org.locationtech.jts.noding declared as NodedSegmentString Modifier and Type Field Description private NodedSegmentString
NodeVertexIterator. edge
private NodedSegmentString
SegmentNodeList. edge
private NodedSegmentString
SegmentNode. segString
Methods in org.locationtech.jts.noding that return NodedSegmentString Modifier and Type Method Description NodedSegmentString
SegmentNodeList. getEdge()
Constructors in org.locationtech.jts.noding with parameters of type NodedSegmentString Constructor Description SegmentNode(NodedSegmentString segString, Coordinate coord, int segmentIndex, int segmentOctant)
SegmentNodeList(NodedSegmentString edge)
-
Uses of NodedSegmentString in org.locationtech.jts.noding.snapround
Methods in org.locationtech.jts.noding.snapround with parameters of type NodedSegmentString Modifier and Type Method Description 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 pixelprivate void
SimpleSnapRounder. computeSnaps(NodedSegmentString ss, java.util.Collection snapPts)
private void
MCIndexSnapRounder. computeVertexSnaps(NodedSegmentString e)
Snaps segments to the vertices of a Segment String.private void
SimpleSnapRounder. computeVertexSnaps(NodedSegmentString e0, NodedSegmentString e1)
Performs a brute-force comparison of every segment in eachSegmentString
.
-