Package | Description |
---|---|
org.openstreetmap.josm.actions |
Modifier and Type | Method and Description |
---|---|
static CombineWayAction.NodeGraph |
CombineWayAction.NodeGraph.createDirectedGraphFromNodePairs(java.util.List<CombineWayAction.NodePair> pairs) |
static CombineWayAction.NodeGraph |
CombineWayAction.NodeGraph.createDirectedGraphFromWays(java.util.Collection<Way> ways) |
static CombineWayAction.NodeGraph |
CombineWayAction.NodeGraph.createNearlyUndirectedGraphFromNodeWays(java.util.Collection<Way> ways) |
static CombineWayAction.NodeGraph |
CombineWayAction.NodeGraph.createUndirectedGraphFromNodeList(java.util.List<CombineWayAction.NodePair> pairs)
Create an undirected graph from the given node pairs.
|
static CombineWayAction.NodeGraph |
CombineWayAction.NodeGraph.createUndirectedGraphFromNodeWays(java.util.Collection<Way> ways)
Create an undirected graph from the given ways, but prevent reversing of all
non-new ways by fix one direction.
|