Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.command |
Provides the classes for JOSM commands allowing to modify an OSM data set.
|
Modifier and Type | Method and Description |
---|---|
PurgeCommand |
PurgeAction.getPurgeCommand(java.util.Collection<OsmPrimitive> sel)
Creates command to purge selected OSM primitives.
|
Modifier and Type | Method and Description |
---|---|
static PurgeCommand |
PurgeCommand.build(java.util.Collection<OsmPrimitive> sel,
java.util.List<OsmPrimitive> toPurgeAdditionally)
Creates a new
PurgeCommand to purge selected OSM primitives. |