Class: DeleteCommand

josm/command. DeleteCommand

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

new DeleteCommand(objs)

Parameters:
Name Type Description
objs Collection | array the objects to add
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