Uses of Class
org.openstreetmap.josm.actions.AlignInCircleAction.InvalidSelection
-
Packages that use AlignInCircleAction.InvalidSelection Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions. -
-
Uses of AlignInCircleAction.InvalidSelection in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions that throw AlignInCircleAction.InvalidSelection Modifier and Type Method Description static Command
AlignInCircleAction. buildCommand(DataSet ds)
Builds "align in circle" command depending on the selected objects.private static java.util.List<Node>
AlignInCircleAction. collectNodesAnticlockwise(java.util.List<Way> ways)
Assuming all ways can be joined into polygon, create an ordered list of node.
-