com.vividsolutions.jts.noding
Class Noder
java.lang.Object
com.vividsolutions.jts.noding.Noder
- Direct Known Subclasses:
- MCQuadtreeNoder, SimpleNoder
- public abstract class Noder
- extends java.lang.Object
Computes all intersections between segments in a set of SegmentString
s.
Intersections found are represented as SegmentNode
s and add to the
SegmentString
s in which they occur.
- Version:
- 1.4.0
Constructor Summary |
Noder()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
segInt
protected SegmentIntersector segInt
Noder
public Noder()
getNodedEdges
public static java.util.List getNodedEdges(java.util.Collection segStrings)
getNodedEdges
public static void getNodedEdges(java.util.Collection segStrings,
java.util.Collection resultEdgelist)
setSegmentIntersector
public void setSegmentIntersector(SegmentIntersector segInt)
node
public abstract java.util.Collection node(java.util.Collection segStrings)