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.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<WayConnectionType.Direction> |
MemberTable.ZoomToGapAction.connectionTypesOfInterest |
Modifier and Type | Field and 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.
|
Modifier and Type | Method and 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 way
k with respect to the way ref_i . |
private WayConnectionType.Direction |
WayConnectionTypeCalculator.determineDirectionOfFirst(int i,
RelationMember m) |
private static WayConnectionType.Direction |
WayConnectionTypeCalculator.reverse(WayConnectionType.Direction dir) |
(package private) static WayConnectionType.Direction |
RelationSortUtils.roundaboutType(RelationMember member)
determine, if the way i is a roundabout and if yes, what type of roundabout
|
(package private) static WayConnectionType.Direction |
RelationSortUtils.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.
|
Modifier and Type | Method and 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 way
k with respect to the way ref_i . |
private static WayConnectionType.Direction |
WayConnectionTypeCalculator.reverse(WayConnectionType.Direction dir) |
Constructor and Description |
---|
WayConnectionType(boolean linkPrev,
boolean linkNext,
WayConnectionType.Direction direction) |