| Package | Description |
|---|---|
| org.openstreetmap.josm.actions |
| Modifier and Type | Field and Description |
|---|---|
OrthogonalizeAction.Direction[] |
OrthogonalizeAction.WayData.segDirections |
| Modifier and Type | Method and Description |
|---|---|
OrthogonalizeAction.Direction |
OrthogonalizeAction.Direction.changeBy(int directionChange) |
static OrthogonalizeAction.Direction |
OrthogonalizeAction.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OrthogonalizeAction.Direction[] |
OrthogonalizeAction.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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. |