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 PurgeCommandPurgeAction. 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 PurgeCommandPurgeCommand. build(java.util.Collection<OsmPrimitive> sel, java.util.List<OsmPrimitive> toPurgeAdditionally)Creates a newPurgeCommandto purge selected OSM primitives.
-