Package | Description |
---|---|
org.locationtech.jts.operation.polygonize |
An API for polygonizing sets of lines.
|
Modifier and Type | Field and Description |
---|---|
private PolygonizeDirectedEdge |
PolygonizeDirectedEdge.next |
Modifier and Type | Method and Description |
---|---|
PolygonizeDirectedEdge |
PolygonizeDirectedEdge.getNext()
Returns the next directed edge in the EdgeRing that this directed edge is a member
of.
|
Modifier and Type | Method and Description |
---|---|
void |
EdgeRing.build(PolygonizeDirectedEdge startDE) |
private void |
PolygonizeGraph.computeDepthParity(PolygonizeDirectedEdge de)
Traverses all connected edges, computing the depth parity
of the associated polygons.
|
static java.util.List |
EdgeRing.findDirEdgesInRing(PolygonizeDirectedEdge startDE)
Traverses a ring of DirectedEdges, accumulating them into a list.
|
private EdgeRing |
PolygonizeGraph.findEdgeRing(PolygonizeDirectedEdge startDE) |
private static java.util.List |
PolygonizeGraph.findIntersectionNodes(PolygonizeDirectedEdge startDE,
long label)
Finds all nodes in a maximal edgering which are self-intersection nodes
|
void |
PolygonizeDirectedEdge.setNext(PolygonizeDirectedEdge next)
Sets the next directed edge in the EdgeRing that this directed edge is a member
of.
|