Package | Description |
---|---|
com.vividsolutions.jts.operation.linemerge | |
com.vividsolutions.jts.planargraph |
Modifier and Type | Class and Description |
---|---|
class |
LineMergeEdge
An edge of a
LineMergeGraph . |
Modifier and Type | Field and Description |
---|---|
protected Edge |
DirectedEdge.parentEdge |
Modifier and Type | Method and Description |
---|---|
Edge |
DirectedEdge.getEdge()
Returns this DirectedEdge's parent Edge, or null if it has none.
|
Modifier and Type | Method and Description |
---|---|
void |
Subgraph.add(Edge e)
Adds an
Edge to the subgraph. |
protected void |
PlanarGraph.add(Edge edge)
Adds the Edge and its DirectedEdges with this PlanarGraph.
|
boolean |
Subgraph.contains(Edge e)
Tests whether an
Edge is contained in this subgraph |
boolean |
PlanarGraph.contains(Edge e)
Tests whether this graph contains the given
Edge |
int |
DirectedEdgeStar.getIndex(Edge edge)
Returns the zero-based index of the given Edge, after sorting in ascending order
by angle with the positive x-axis.
|
int |
Node.getIndex(Edge edge)
Returns the zero-based index of the given Edge, after sorting in ascending order
by angle with the positive x-axis.
|
void |
PlanarGraph.remove(Edge edge)
Removes an
Edge and its associated DirectedEdge s
from their from-Nodes and from the graph. |
void |
DirectedEdge.setEdge(Edge parentEdge)
Associates this DirectedEdge with an Edge (possibly null, indicating no associated
Edge).
|
Copyright © 2016. All rights reserved.