com.vividsolutions.jts.operation.overlay

Class EdgeSetNoder


public class EdgeSetNoder
extends java.lang.Object

Nodes a set of edges. Takes one or more sets of edges and constructs a new set of edges consisting of all the split edges created by noding the input edges together
Version:
1.7

Constructor Summary

EdgeSetNoder(LineIntersector li)

Method Summary

void
addEdges(List edges)
List
getNodedEdges()

Constructor Details

EdgeSetNoder

public EdgeSetNoder(LineIntersector li)

Method Details

addEdges

public void addEdges(List edges)

getNodedEdges

public List getNodedEdges()