Uses of Class
org.openstreetmap.josm.actions.JoinNodeWayAction
-
Packages that use JoinNodeWayAction Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface. -
-
Uses of JoinNodeWayAction in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions that return JoinNodeWayAction Modifier and Type Method Description static JoinNodeWayAction
JoinNodeWayAction. createJoinNodeToWayAction()
Constructs a Join Node to Way action.static JoinNodeWayAction
JoinNodeWayAction. createMoveNodeOntoWayAction()
Constructs a Move Node onto Way action. -
Uses of JoinNodeWayAction in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as JoinNodeWayAction Modifier and Type Field Description JoinNodeWayAction
MainMenu. joinNodeWay
Tools / Join Node to WayJoinNodeWayAction
MainMenu. moveNodeOntoWay
Tools / Join Way to Node
-