Uses of Class
org.openstreetmap.josm.actions.AlignInLineAction.InvalidSelection
-
Packages that use AlignInLineAction.InvalidSelection Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions. -
-
Uses of AlignInLineAction.InvalidSelection in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions that throw AlignInLineAction.InvalidSelection Modifier and Type Method Description private static Command
AlignInLineAction. alignMultiWay(Collection<Way> ways)
Align way in case of multiple way #6819private static Command
AlignInLineAction. alignOnlyNodes(List<Node> nodes)
Align nodes in case 3 or more nodes are selected.private static Command
AlignInLineAction. alignSingleNode(Node node, List<AlignInLineAction.Line> lines)
Align a single node relative to a set of lines #9081Command
AlignInLineAction. buildCommand(DataSet ds)
Builds "align in line" command depending on the selected objects.private static List<AlignInLineAction.Line>
AlignInLineAction. getInvolvedLines(Node node, List<Way> refWays)
Get lines useful to do alignment of a single nodeCommand
AlignInLineAction.Line. intersectionCommand(Node n, AlignInLineAction.Line other)
Intersection of two line.Constructors in org.openstreetmap.josm.actions that throw AlignInLineAction.InvalidSelection Constructor Description Line(Node first, Node last)
Init a line by 2 nodes.Line(Way way)
Init a line equation from a way.
-