|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.noding.Noder
com.vividsolutions.jts.noding.MCQuadtreeNoder
Nodes a set of SegmentStrings
using a index based
on MonotoneChain
s and a SpatialIndex
.
The SpatialIndex
used should be something that supports
envelope (range) queries efficiently (such as a Quadtree
or STRtree
.
Nested Class Summary | |
class |
MCQuadtreeNoder.SegmentOverlapAction
|
Field Summary |
Fields inherited from class com.vividsolutions.jts.noding.Noder |
segInt |
Constructor Summary | |
MCQuadtreeNoder()
|
Method Summary | |
java.util.Collection |
node(java.util.Collection inputSegStrings)
|
Methods inherited from class com.vividsolutions.jts.noding.Noder |
getNodedEdges, getNodedEdges, setSegmentIntersector |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MCQuadtreeNoder()
Method Detail |
public java.util.Collection node(java.util.Collection inputSegStrings)
node
in class Noder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |