Uses of Class
org.openstreetmap.josm.command.AbstractNodesCommand
-
Packages that use AbstractNodesCommand Package Description org.openstreetmap.josm.command Provides the classes for JOSM commands allowing to modify an OSM data set. -
-
Uses of AbstractNodesCommand in org.openstreetmap.josm.command
Subclasses of AbstractNodesCommand in org.openstreetmap.josm.command Modifier and Type Class Description class
ChangeNodesCommand
Command that changes the nodes list of a way.class
RemoveNodesCommand
Command that removes a set of nodes from a way.
-