Class: ChangeCommand

josm/command. ChangeCommand

A command to change a collection of objects in a data layer.

new ChangeCommand(objs, change)

Parameters:
Name Type Description
objs Collection | array the objects to change
change Change the change specification
Source:

Methods


createJOSMCommand(layer)

Creates the internal JOSM command for this command
Parameters:
Name Type Description
layer OsmDataLayer the data layer
Source:
Returns:
the command object
Type
Command