| Package | Description |
|---|---|
| org.openstreetmap.josm.actions |
| Modifier and Type | Method and Description |
|---|---|
private java.util.List<AlignInLineAction.Line> |
AlignInLineAction.getInvolvedLines(Node node,
java.util.List<Way> refWays)
Get lines useful to do alignment of a single node
|
| Modifier and Type | Method and Description |
|---|---|
Command |
AlignInLineAction.Line.intersectionCommand(Node n,
AlignInLineAction.Line other)
Intersection of two line.
|
| Modifier and Type | Method and Description |
|---|---|
private Command |
AlignInLineAction.alignSingleNode(Node node,
java.util.List<AlignInLineAction.Line> lines)
Align a single node relative to a set of lines #9081
|