| Package | Description |
|---|---|
| com.vividsolutions.jts.geomgraph |
Contains classes that implement topology graphs.
|
| com.vividsolutions.jts.operation.overlay |
Contains classes that perform a topological overlay to compute boolean spatial functions.
|
| Modifier and Type | Method and Description |
|---|---|
EdgeRing |
DirectedEdge.getEdgeRing()
|
EdgeRing |
DirectedEdge.getMinEdgeRing()
|
EdgeRing |
EdgeRing.getShell()
|
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeRing.addHole(EdgeRing
|
int |
DirectedEdgeStar.getOutgoingDegree(EdgeRing
|
void |
DirectedEdgeStar.linkMinimalDirectedEdges(EdgeRing
|
abstract void |
EdgeRing.setEdgeRing(DirectedEdge
|
void |
DirectedEdge.setEdgeRing(EdgeRing
|
void |
DirectedEdge.setMinEdgeRing(EdgeRing
|
void |
EdgeRing.setShell(EdgeRing
|
| Modifier and Type | Class and 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 and Description |
|---|---|
void |
MaximalEdgeRing.setEdgeRing(DirectedEdge
|
void |
MinimalEdgeRing.setEdgeRing(DirectedEdge
|