Uses of Class
org.openstreetmap.josm.command.PurgeCommand
-
Packages that use PurgeCommand 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. -
-
Uses of PurgeCommand in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions that return PurgeCommand Modifier and Type Method Description PurgeCommand
PurgeAction. getPurgeCommand(java.util.Collection<OsmPrimitive> sel)
Creates command to purge selected OSM primitives. -
Uses of PurgeCommand in org.openstreetmap.josm.command
Methods in org.openstreetmap.josm.command that return PurgeCommand Modifier and Type Method Description static PurgeCommand
PurgeCommand. build(java.util.Collection<OsmPrimitive> sel, java.util.List<OsmPrimitive> toPurgeAdditionally)
Creates a newPurgeCommand
to purge selected OSM primitives.
-