GEOS
3.3.4
|
Intersects two sets of SegmentStrings using a index based on MonotoneChains and a SpatialIndex. More...
#include <MCIndexSegmentSetMutualIntersector.h>
Public Member Functions | |
std::vector < index::chain::MonotoneChain * > & | getMonotoneChains () |
index::SpatialIndex * | getIndex () |
void | setBaseSegments (SegmentString::ConstVect *segStrings) |
void | process (SegmentString::ConstVect *segStrings) |
![]() | |
void | setSegmentIntersector (SegmentIntersector *si) |
Additional Inherited Members | |
![]() | |
SegmentIntersector * | segInt |
Intersects two sets of SegmentStrings using a index based on MonotoneChains and a SpatialIndex.
Intersects two sets of SegmentStrings using a index based on MonotoneChains and a SpatialIndex.
|
virtual |
Computes the intersections for two collections of SegmentStrings.
segStrings1 | a collection of SegmentStrings to node |
Implements geos::noding::SegmentSetMutualIntersector.
|
virtual |
segStrings0 | a collection of SegmentStrings to node |
Implements geos::noding::SegmentSetMutualIntersector.