Class MCIndexNoder

Hierarchy: Object , SinglePassNoder, 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).

Other

  • version: 1.7
public MCIndexNoder()
public MCIndexNoder(SegmentIntersector si)
public List getMonotoneChains()
public SpatialIndex getIndex()
public Collection getNodedSubstrings()
public void computeNodes(Collection inputSegStrings)