private static Command |
AlignInLineAction.alignMultiWay(java.util.Collection<Way> ways) |
Align way in case of multiple way #6819
|
private static Command |
AlignInLineAction.alignOnlyNodes(java.util.List<Node> nodes) |
Align nodes in case 3 or more nodes are selected.
|
private static Command |
AlignInLineAction.alignSingleNode(Node node,
java.util.List<AlignInLineAction.Line> lines) |
Align a single node relative to a set of lines #9081
|
Command |
AlignInLineAction.buildCommand(DataSet ds) |
Builds "align in line" command depending on the selected objects.
|
private static java.util.List<AlignInLineAction.Line> |
AlignInLineAction.getInvolvedLines(Node node,
java.util.List<Way> refWays) |
Get lines useful to do alignment of a single node
|
Command |
AlignInLineAction.Line.intersectionCommand(Node n,
AlignInLineAction.Line other) |
Intersection of two line.
|