#include <MCIndexNoder.h>
Inheritance diagram for geos::noding::MCIndexNoder:
Public Member Functions | |
MCIndexNoder (SegmentIntersector *nSegInt=NULL) | |
std::vector< index::chain::MonotoneChain * > & | getMonotoneChains () |
Return a reference to this instance's std::vector of MonotoneChains. | |
index::SpatialIndex & | getIndex () |
std::vector< SegmentString * > * | getNodedSubstrings () const |
void | computeNodes (std::vector< SegmentString * > *inputSegmentStrings) |
The SpatialIndex used should be something that supports envelope (range) queries efficiently (such as a index::quadtree::Quadtree or index::strtree::STRtree.
Last port: noding/MCIndexNoder.java rev. 1.4 (JTS-1.7)
|
Computes the noding for a collection of SegmentStrings.
Implements geos::noding::SinglePassNoder. |
|
Returns a Collection of fully noded SegmentStrings. The SegmentStrings have the same context as their parent.
Implements geos::noding::SinglePassNoder. |