|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WayConnectionType.Direction | |
---|---|
org.openstreetmap.josm.gui.dialogs.relation |
Uses of WayConnectionType.Direction in org.openstreetmap.josm.gui.dialogs.relation |
---|
Fields in org.openstreetmap.josm.gui.dialogs.relation declared as WayConnectionType.Direction | |
---|---|
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. |
Fields in org.openstreetmap.josm.gui.dialogs.relation with type parameters of type WayConnectionType.Direction | |
---|---|
private java.util.Collection<WayConnectionType.Direction> |
MemberTable.ZoomToGapAction.connectionTypesOfInterest
|
Methods in org.openstreetmap.josm.gui.dialogs.relation that return WayConnectionType.Direction | |
---|---|
private WayConnectionType.Direction |
MemberTableModel.determineDirection(int ref_i,
WayConnectionType.Direction ref_direction,
int k)
|
private WayConnectionType.Direction |
MemberTableModel.determineDirection(int ref_i,
WayConnectionType.Direction ref_direction,
int k,
boolean reversed)
Determines the direction of way k with respect to the way ref_i. |
private WayConnectionType.Direction |
MemberTableModel.determineDirectionOfFirst(int i,
RelationMember m)
|
private static WayConnectionType.Direction |
MemberTableModel.reverse(WayConnectionType.Direction dir)
|
private WayConnectionType.Direction |
MemberTableModel.roundaboutType(int i)
determine, if the way i is a roundabout and if yes, what type of roundabout |
(package private) static WayConnectionType.Direction |
MemberTableModel.roundaboutType(Way w)
|
static WayConnectionType.Direction |
WayConnectionType.Direction.valueOf(java.lang.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 with parameters of type WayConnectionType.Direction | |
---|---|
private WayConnectionType.Direction |
MemberTableModel.determineDirection(int ref_i,
WayConnectionType.Direction ref_direction,
int k)
|
private WayConnectionType.Direction |
MemberTableModel.determineDirection(int ref_i,
WayConnectionType.Direction ref_direction,
int k,
boolean reversed)
Determines the direction of way k with respect to the way ref_i. |
private static WayConnectionType.Direction |
MemberTableModel.reverse(WayConnectionType.Direction dir)
|
Constructors in org.openstreetmap.josm.gui.dialogs.relation with parameters of type WayConnectionType.Direction | |
---|---|
WayConnectionType(boolean linkPrev,
boolean linkNext,
WayConnectionType.Direction direction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |