Package | Description |
---|---|
org.openstreetmap.josm.gui.dialogs.relation.sort |
Provides the classes for sorting relations.
|
Modifier and Type | Field and Description |
---|---|
private RelationNodeMap.NodesWays |
RelationNodeMap.map |
private RelationNodeMap.NodesWays |
RelationNodeMap.onewayMap |
private RelationNodeMap.NodesWays |
RelationNodeMap.onewayReverseMap |
Modifier and Type | Method and Description |
---|---|
private java.lang.Integer |
RelationNodeMap.deleteAndGetAdjacentNode(RelationNodeMap.NodesWays nw,
Node n)
find next node in nw NodeWays structure, if the node is found delete and return it
|
private void |
RelationNodeMap.deleteWayNode(RelationNodeMap.NodesWays nw,
java.lang.Integer way,
Node n) |
private static java.lang.Integer |
RelationNodeMap.findAdjacentWay(RelationNodeMap.NodesWays nw,
Node n) |