| 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.
|
| com.vividsolutions.jts.operation.valid |
Provides classes for testing the validity of geometries.
|
| Modifier and Type | Field and Description |
|---|---|
protected DirectedEdge |
EdgeRing.startDe
|
| Modifier and Type | Method and Description |
|---|---|
DirectedEdge |
DirectedEdge.getNext()
|
abstract DirectedEdge |
EdgeRing.getNext(DirectedEdge
|
DirectedEdge |
DirectedEdge.getNextMin()
|
DirectedEdge |
DirectedEdgeStar.getRightmostEdge()
|
DirectedEdge |
DirectedEdge.getSym()
Each Edge gives rise to a pair of symmetric DirectedEdges, in opposite directions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectedEdgeStar.computeDepths(DirectedEdge
|
protected void |
EdgeRing.computePoints(DirectedEdge
Collect all the points from the DirectedEdges of this ring into a contiguous list
|
abstract DirectedEdge |
EdgeRing.getNext(DirectedEdge
|
abstract void |
EdgeRing.setEdgeRing(DirectedEdge
|
void |
DirectedEdge.setNext(DirectedEdge
|
void |
DirectedEdge.setNextMin(DirectedEdge
|
void |
DirectedEdge.setSym(DirectedEdge
|
| Constructor and Description | |
|---|---|
EdgeRing(DirectedEdge
|
| Modifier and Type | Method and Description |
|---|---|
DirectedEdge |
MaximalEdgeRing.getNext(DirectedEdge
|
DirectedEdge |
MinimalEdgeRing.getNext(DirectedEdge
|
| Modifier and Type | Method and Description |
|---|---|
DirectedEdge |
MaximalEdgeRing.getNext(DirectedEdge
|
DirectedEdge |
MinimalEdgeRing.getNext(DirectedEdge
|
void |
MaximalEdgeRing.setEdgeRing(DirectedEdge
|
void |
MinimalEdgeRing.setEdgeRing(DirectedEdge
|
| Constructor and Description | |
|---|---|
MaximalEdgeRing(DirectedEdge
|
|
MinimalEdgeRing(DirectedEdge
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConnectedInteriorTester.visitLinkedDirectedEdges(DirectedEdge
|