Uses of Class
org.openstreetmap.josm.command.SequenceCommand
-
Packages that use SequenceCommand 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.org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything else -
-
Uses of SequenceCommand in org.openstreetmap.josm.actions
Subclasses of SequenceCommand in org.openstreetmap.josm.actions Modifier and Type Class Description private static classJoinAreasAction.JoinAreaCommandMethods in org.openstreetmap.josm.actions that return SequenceCommand Modifier and Type Method Description private static SequenceCommandSimplifyWayAction. buildSimplifyWaysCommand(java.util.List<Way> ways, double threshold)Creates the commands to simplify the ways with the given thresholdstatic SequenceCommandSimplifyWayAction. createSimplifyCommand(Way w)Creates the SequenceCommand to simplify a way with default threshold.static SequenceCommandSimplifyWayAction. createSimplifyCommand(Way w, double threshold)Creates the SequenceCommand to simplify a way with a given threshold.private static SequenceCommandSimplifyWayAction. createSimplifyCommand(Way w, double threshold, boolean deselect)Creates the SequenceCommand to simplify a way with a given threshold.static SequenceCommandOrthogonalizeAction. orthogonalize(java.lang.Iterable<OsmPrimitive> selection)Rectifies the selectionMethods in org.openstreetmap.josm.actions that return types with arguments of type SequenceCommand Modifier and Type Method Description static Pair<SequenceCommand,Relation>CreateMultipolygonAction. createMultipolygonCommand(java.util.Collection<Way> selectedWays, Relation selectedMultipolygonRelation) -
Uses of SequenceCommand in org.openstreetmap.josm.command
Subclasses of SequenceCommand in org.openstreetmap.josm.command Modifier and Type Class Description classSplitWayCommandSplits a way into multiple ways (all identical except for their node list). -
Uses of SequenceCommand in org.openstreetmap.josm.gui.dialogs
Subclasses of SequenceCommand in org.openstreetmap.josm.gui.dialogs Modifier and Type Class Description private static classValidatorDialog.AutofixCommand
-