Package org.openstreetmap.josm.command

Class Summary
AddCommand A command that adds an osm primitive to a dataset.
AddPrimitivesCommand Add primitives to a data layer.
ChangeCommand Command that basically replaces one OSM primitive by another of the same type.
ChangeNodesCommand Command that changes the nodes list of a way.
ChangePropertyCommand Command that manipulate the key/value structure of several objects.
ChangePropertyKeyCommand Command that replaces the key of several objects
ChangeRelationMemberRoleCommand Command that changes the role of a relation member
Command Classes implementing Command modify a dataset in a specific way.
Command.CloneVisitor  
ConflictAddCommand  
ConflictResolveCommand This is the common base class for Commands which manipulate Conflicts in addition to OsmPrimitives.
CoordinateConflictResolveCommand Represents a the resolution of a conflict between the coordinates of two Nodes
DeleteCommand A command to delete a number of primitives from the dataset.
DeletedStateConflictResolveCommand Represents a the resolution of a conflict between the coordinates of two Nodes
ModifiedConflictResolveCommand Represents a command for to set the modified flag OsmPrimitive
MoveCommand MoveCommand moves a set of OsmPrimitives along the map.
MoveCommand.OldState Small helper for holding the interesting part of the old data state of the objects.
PseudoCommand PseudoCommand is a reduced form of a command.
PurgeCommand Command, to purge a list of primitives.
RelationMemberConflictResolverCommand Represent a command for resolving conflicts in the member lists of two Relations.
RotateCommand RotateCommand rotates a number of objects around their centre.
ScaleCommand  
SequenceCommand A command consisting of a sequence of other commands.
TagConflictResolveCommand Represents a the resolution of a tag conflict in an OsmPrimitive
TransformNodesCommand Abstract class with common services for nodes rotation and scaling commands.
TransformNodesCommand.OldState Small helper for holding the interesting part of the old data state of the nodes.
VersionConflictResolveCommand Represents a command for resolving a version conflict between two OsmPrimitive
WayNodesConflictResolverCommand Represent a command for resolving conflicts in the node list of two Ways.
 



JOSM