Class MCIndexNoder

java.lang.Object
org.locationtech.jts.noding.SinglePassNoder
org.locationtech.jts.noding.MCIndexNoder
All Implemented Interfaces:
Noder

public class MCIndexNoder extends SinglePassNoder
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).
Version:
1.7