Package | Description |
---|---|
org.openstreetmap.josm.actions |
Modifier and Type | Method and Description |
---|---|
private static Command |
AlignInLineAction.alignMultiWay(Collection<Way> ways)
Align way in case of multiple way #6819
|
private 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 #9081
|
private static List<AlignInLineAction.Line> |
AlignInLineAction.getInvolvedLines(Node node,
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.
|
Constructor and Description |
---|
Line(Node first,
Node last)
Init a line by 2 nodes.
|
Line(Way way)
Init a line equation from a way.
|