| Package | Description |
|---|---|
| org.locationtech.jts.geomgraph |
Contains classes that implement topology graphs.
|
| org.locationtech.jts.operation.overlay |
Contains classes that perform a topological overlay to compute boolean spatial functions.
|
| Modifier and Type | Method | Description |
|---|---|---|
EdgeRing |
DirectedEdge.getEdgeRing() |
|
EdgeRing |
DirectedEdge.getMinEdgeRing() |
|
EdgeRing |
EdgeRing.getShell() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
EdgeRing.addHole(EdgeRing ring) |
|
int |
DirectedEdgeStar.getOutgoingDegree(EdgeRing er) |
|
void |
DirectedEdgeStar.linkMinimalDirectedEdges(EdgeRing er) |
|
void |
DirectedEdge.setEdgeRing(EdgeRing edgeRing) |
|
abstract void |
EdgeRing.setEdgeRing(DirectedEdge de,
EdgeRing er) |
|
void |
DirectedEdge.setMinEdgeRing(EdgeRing minEdgeRing) |
|
void |
EdgeRing.setShell(EdgeRing shell) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
MaximalEdgeRing |
A ring of
DirectedEdges which may contain nodes of degree > 2. |
class |
MinimalEdgeRing |
A ring of
Edges with the property that no node
has degree greater than 2. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
MaximalEdgeRing.setEdgeRing(DirectedEdge de,
EdgeRing er) |
|
void |
MinimalEdgeRing.setEdgeRing(DirectedEdge de,
EdgeRing er) |
Copyright © 2018. All rights reserved.