|
||||||||||
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.SimpleSegmentSetMutualIntersector
Intersects two sets of SegmentStrings
using
brute-force comparasion.
Field Summary |
Fields inherited from class com.vividsolutions.jts.noding.SegmentSetMutualIntersector |
segInt |
Constructor Summary | |
SimpleSegmentSetMutualIntersector()
|
Method Summary | |
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 SimpleSegmentSetMutualIntersector()
Method Detail |
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 |