|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.noding.SegmentSetMutualIntersector
com.vividsolutions.jts.noding.MCIndexSegmentSetMutualIntersector
Intersects two sets of SegmentStrings
using a index based
on MonotoneChain
s and a SpatialIndex
.
Nested Class Summary | |
class |
MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
|
Field Summary |
Fields inherited from class com.vividsolutions.jts.noding.SegmentSetMutualIntersector |
segInt |
Constructor Summary | |
MCIndexSegmentSetMutualIntersector()
|
Method Summary | |
SpatialIndex |
getIndex()
|
java.util.List |
getMonotoneChains()
|
void |
process(java.util.Collection segStrings)
Computes the intersections for two collections of SegmentString s. |
void |
setBaseSegments(java.util.Collection segStrings)
|
Methods inherited from class com.vividsolutions.jts.noding.SegmentSetMutualIntersector |
setSegmentIntersector |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MCIndexSegmentSetMutualIntersector()
Method Detail |
public java.util.List getMonotoneChains()
public SpatialIndex getIndex()
public void setBaseSegments(java.util.Collection segStrings)
setBaseSegments
in class SegmentSetMutualIntersector
public void process(java.util.Collection segStrings)
SegmentSetMutualIntersector
SegmentString
s.
process
in class SegmentSetMutualIntersector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |