Uses of Class
org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType.Direction
-
Packages that use WayConnectionType.Direction Package Description org.openstreetmap.josm.gui.dialogs.relation Toggle dialog allowing to display currently loaded relations and perform operations on them.org.openstreetmap.josm.gui.dialogs.relation.sort Provides the classes for sorting relations. -
-
Uses of WayConnectionType.Direction in org.openstreetmap.josm.gui.dialogs.relation
Fields in org.openstreetmap.josm.gui.dialogs.relation with type parameters of type WayConnectionType.Direction Modifier and Type Field Description private Collection<WayConnectionType.Direction>
MemberTable.ZoomToGapAction. connectionTypesOfInterest
-
Uses of WayConnectionType.Direction in org.openstreetmap.josm.gui.dialogs.relation.sort
Fields in org.openstreetmap.josm.gui.dialogs.relation.sort declared as WayConnectionType.Direction Modifier and Type Field Description WayConnectionType.Direction
WayConnectionType. direction
direction is FORWARD if the first node of this way is connected to the previous way and / or the last node of this way is connected to the next way.Methods in org.openstreetmap.josm.gui.dialogs.relation.sort that return WayConnectionType.Direction Modifier and Type Method Description private WayConnectionType.Direction
WayConnectionTypeCalculator. determineDirection(int refI, WayConnectionType.Direction refDirection, int k)
private WayConnectionType.Direction
WayConnectionTypeCalculator. determineDirection(int refI, WayConnectionType.Direction refDirection, int k, boolean reversed)
Determines the direction of wayk
with respect to the wayref_i
.private WayConnectionType.Direction
WayConnectionTypeCalculator. determineDirectionOfFirst(int i, RelationMember m, boolean reversed)
private static WayConnectionType.Direction
WayConnectionTypeCalculator. reverse(WayConnectionType.Direction dir)
(package private) static WayConnectionType.Direction
RelationSortUtils. roundaboutType(IRelationMember<?> member)
determine, if the way i is a roundabout and if yes, what type of roundabout(package private) static <W extends IWay<?>>
WayConnectionType.DirectionRelationSortUtils. roundaboutType(W w)
Check if a way is a roundabout typestatic WayConnectionType.Direction
WayConnectionType.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static WayConnectionType.Direction[]
WayConnectionType.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.gui.dialogs.relation.sort with parameters of type WayConnectionType.Direction Modifier and Type Method Description private WayConnectionType.Direction
WayConnectionTypeCalculator. determineDirection(int refI, WayConnectionType.Direction refDirection, int k)
private WayConnectionType.Direction
WayConnectionTypeCalculator. determineDirection(int refI, WayConnectionType.Direction refDirection, int k, boolean reversed)
Determines the direction of wayk
with respect to the wayref_i
.private static WayConnectionType.Direction
WayConnectionTypeCalculator. reverse(WayConnectionType.Direction dir)
Constructors in org.openstreetmap.josm.gui.dialogs.relation.sort with parameters of type WayConnectionType.Direction Constructor Description WayConnectionType(boolean linkPrev, boolean linkNext, WayConnectionType.Direction direction)
Constructs a valid instance.
-