Uses of Class
org.openstreetmap.josm.actions.AlignInLineAction.Line
-
Packages that use AlignInLineAction.Line Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions. -
-
Uses of AlignInLineAction.Line in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions that return types with arguments of type AlignInLineAction.Line Modifier and Type Method Description 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 nodeMethods in org.openstreetmap.josm.actions with parameters of type AlignInLineAction.Line Modifier and Type Method Description Command
AlignInLineAction.Line. intersectionCommand(Node n, AlignInLineAction.Line other)
Intersection of two line.Method parameters in org.openstreetmap.josm.actions with type arguments of type AlignInLineAction.Line Modifier and Type Method Description private static Command
AlignInLineAction. alignSingleNode(Node node, java.util.List<AlignInLineAction.Line> lines)
Align a single node relative to a set of lines #9081
-