Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
Modifier and Type | Method and Description |
---|---|
void |
OrthogonalizeAction.WayData.calcDirections(OrthogonalizeAction.Direction pInitialDirection)
Estimate the direction of the segments, given the first segment points in the
direction
pInitialDirection . |
static SequenceCommand |
OrthogonalizeAction.orthogonalize(java.lang.Iterable<OsmPrimitive> selection)
Rectifies the selection
|
private static java.util.Collection<Command> |
OrthogonalizeAction.orthogonalize(java.util.List<OrthogonalizeAction.WayData> wayDataList,
java.util.List<Node> headingNodes)
Outline:
1.
|