Uses of Class
org.openstreetmap.josm.gui.dialogs.relation.sort.RelationNodeMap.NodesWays
-
Packages that use RelationNodeMap.NodesWays Package Description org.openstreetmap.josm.gui.dialogs.relation.sort Provides the classes for sorting relations. -
-
Uses of RelationNodeMap.NodesWays in org.openstreetmap.josm.gui.dialogs.relation.sort
Fields in org.openstreetmap.josm.gui.dialogs.relation.sort declared as RelationNodeMap.NodesWays Modifier and Type Field Description private RelationNodeMap.NodesWays
RelationNodeMap. map
private RelationNodeMap.NodesWays
RelationNodeMap. onewayMap
private RelationNodeMap.NodesWays
RelationNodeMap. onewayReverseMap
Methods in org.openstreetmap.josm.gui.dialogs.relation.sort with parameters of type RelationNodeMap.NodesWays Modifier and Type Method Description private Integer
RelationNodeMap. deleteAndGetAdjacentNode(RelationNodeMap.NodesWays nw, INode n)
find next node in nw NodeWays structure, if the node is found delete and return itprivate void
RelationNodeMap. deleteWayNode(RelationNodeMap.NodesWays nw, Integer way, INode n)
private static Integer
RelationNodeMap. findAdjacentWay(RelationNodeMap.NodesWays nw, INode n)
-