|
JTS Topology Suite version 1.13 | ||||||||
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
public class MCIndexSegmentSetMutualIntersector
Intersects two sets of SegmentString
s 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()
|
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 SpatialIndex getIndex()
public void setBaseSegments(java.util.Collection segStrings)
setBaseSegments
in class SegmentSetMutualIntersector
segStrings
- a collection of SegmentString
s to nodepublic void process(java.util.Collection segStrings)
SegmentSetMutualIntersector
SegmentString
s.
process
in class SegmentSetMutualIntersector
segStrings
- a collection of SegmentString
s to node
|
JTS Topology Suite version 1.13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |