Uses of Class
org.openstreetmap.josm.actions.OrthogonalizeAction.InvalidUserInputException
-
Packages that use OrthogonalizeAction.InvalidUserInputException Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions. -
-
Uses of OrthogonalizeAction.InvalidUserInputException in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions that throw OrthogonalizeAction.InvalidUserInputException Modifier and Type Method Description void
OrthogonalizeAction.WayData. calcDirections(OrthogonalizeAction.Direction pInitialDirection)
Estimate the direction of the segments, given the first segment points in the directionpInitialDirection
.static SequenceCommand
OrthogonalizeAction. orthogonalize(java.lang.Iterable<OsmPrimitive> selection)
Rectifies the selectionprivate static java.util.Collection<Command>
OrthogonalizeAction. orthogonalize(java.util.List<OrthogonalizeAction.WayData> wayDataList, java.util.List<Node> headingNodes)
Outline: 1.private static Command
OrthogonalizeAction. orthogonalize(java.util.List<OrthogonalizeAction.WayData> wayDataList, Node singleNode)
Try to orthogonalize the given ways by moving only a single given node
-