Class MCIndexNoder
All Implemented Interfaces:
Noder
Nodes a set of
SegmentStrings using a index based on
MonotoneChains and a
SpatialIndex. The
SpatialIndex used should be something that supports envelope (range) queries efficiently (such as a
Quadtree} or
STRtree (which is the default index provided).
Other