com.vividsolutions.jts.noding

Class MCQuadtreeNoder


public class MCQuadtreeNoder
extends 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.
Version:
1.6

Nested Class Summary

class
MCQuadtreeNoder.SegmentOverlapAction

Field Summary

Fields inherited from class com.vividsolutions.jts.noding.Noder

segInt

Constructor Summary

MCQuadtreeNoder()

Method Summary

Collection
node(Collection inputSegStrings)

Methods inherited from class com.vividsolutions.jts.noding.Noder

getNodedEdges, getNodedEdges, node, setSegmentIntersector

Constructor Details

MCQuadtreeNoder

public MCQuadtreeNoder()

Method Details

node

public Collection node(Collection inputSegStrings)
Overrides:
node in interface Noder