Package | Description |
---|---|
org.openstreetmap.josm.actions |
Modifier and Type | Method and Description |
---|---|
private static List<AlignInLineAction.Line> |
AlignInLineAction.getInvolvedLines(Node node,
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 static Command |
AlignInLineAction.alignSingleNode(Node node,
List<AlignInLineAction.Line> lines)
Align a single node relative to a set of lines #9081
|