Uses of Class
org.openstreetmap.josm.actions.OrthogonalizeAction.Direction
-
Packages that use OrthogonalizeAction.Direction Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions. -
-
Uses of OrthogonalizeAction.Direction in org.openstreetmap.josm.actions
Fields in org.openstreetmap.josm.actions declared as OrthogonalizeAction.Direction Modifier and Type Field Description OrthogonalizeAction.Direction[]
OrthogonalizeAction.WayData. segDirections
Direction of the segmentsMethods in org.openstreetmap.josm.actions that return OrthogonalizeAction.Direction Modifier and Type Method Description OrthogonalizeAction.Direction
OrthogonalizeAction.Direction. changeBy(int directionChange)
Change a direction by the specified number of 90 degree increments counter-clockwisestatic 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.Methods in org.openstreetmap.josm.actions with parameters of type OrthogonalizeAction.Direction 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
.
-