com.vividsolutions.jts.noding

Class Noder

Known Direct Subclasses:
MCQuadtreeNoder, SimpleNoder

public abstract class Noder
extends java.lang.Object

Computes all intersections between segments in a set of SegmentStrings. Intersections found are represented as SegmentNodes and add to the SegmentStrings in which they occur.
Version:
1.6

Field Summary

protected SegmentIntersector
segInt

Constructor Summary

Noder()

Method Summary

static List
getNodedEdges(Collection segStrings)
static void
getNodedEdges(Collection segStrings, Collection resultEdgelist)
abstract Collection
node(Collection segStrings)
void
setSegmentIntersector(SegmentIntersector segInt)

Field Details

segInt

protected SegmentIntersector segInt

Constructor Details

Noder

public Noder()

Method Details

getNodedEdges

public static List getNodedEdges(Collection segStrings)

getNodedEdges

public static void getNodedEdges(Collection segStrings,
                                 Collection resultEdgelist)

node

public abstract Collection node(Collection segStrings)

setSegmentIntersector

public void setSegmentIntersector(SegmentIntersector segInt)