Uses of Class
org.openstreetmap.josm.command.Command.OldNodeState
-
Packages that use Command.OldNodeState Package Description org.openstreetmap.josm.command Provides the classes for JOSM commands allowing to modify an OSM data set. -
-
Uses of Command.OldNodeState in org.openstreetmap.josm.command
Fields in org.openstreetmap.josm.command with type parameters of type Command.OldNodeState Modifier and Type Field Description private java.util.List<Command.OldNodeState>
MoveCommand. oldState
List of all old states of the objects.protected java.util.Map<Node,Command.OldNodeState>
TransformNodesCommand. oldStates
List of all old states of the nodes.
-