Package | Description |
---|---|
org.openstreetmap.josm.command |
Provides the classes for JOSM commands allowing to modify an OSM data set.
|
Modifier and Type | Field and 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.
|