public class OSMWay extends OSMWithTags
creativeName, id
Constructor and Description |
---|
OSMWay() |
Modifier and Type | Method and Description |
---|---|
void |
addNodeRef(long nodeRef) |
void |
addNodeRef(long nodeRef,
int index) |
void |
addNodeRef(OSMNodeRef nodeRef) |
List<Long> |
getNodeRefs() |
boolean |
isBicycleDismountForced()
Returns true if bicycle dismounts are forced.
|
boolean |
isForwardDirectionSidepath()
Returns true if bikes must use sidepath in forward direction
|
boolean |
isOneWayForwardBicycle()
Returns true if bikes can only go forward.
|
boolean |
isOneWayForwardDriving()
Returns true if this is a one-way street for driving.
|
boolean |
isOneWayReverseBicycle()
Returns true if bikes can only go in the reverse direction.
|
boolean |
isOneWayReverseDriving()
Returns true if this way is one-way in the opposite direction of its definition.
|
boolean |
isOpposableCycleway()
Some cycleways allow contraflow biking.
|
boolean |
isReverseDirectionSidepath()
Returns true if bikes must use sidepath in reverse direction
|
boolean |
isRoundabout()
Is this way a roundabout?
|
boolean |
isSteps()
Returns true if these are steps.
|
String |
toString() |
addTag, addTag, doesTagAllowAccess, getAssumedName, getId, getTag, getTags, getTagsByPrefix, hasTag, isBicycleExplicitlyAllowed, isBicycleExplicitlyDenied, isBikeParking, isFalse, isGeneralAccessDenied, isMotorcarExplicitlyAllowed, isMotorcarExplicitlyDenied, isMotorVehicleExplicitlyAllowed, isMotorVehicleExplicitlyDenied, isParkAndRide, isPedestrianExplicitlyAllowed, isPedestrianExplicitlyDenied, isTag, isTagFalse, isTagTrue, isThroughTrafficExplicitlyDisallowed, isTrue, isUnderConstruction, setCreativeName, setId
public void addNodeRef(OSMNodeRef nodeRef)
public void addNodeRef(long nodeRef)
public void addNodeRef(long nodeRef, int index)
public boolean isBicycleDismountForced()
public boolean isSteps()
public boolean isRoundabout()
public boolean isOneWayForwardDriving()
public boolean isOneWayReverseDriving()
public boolean isOneWayForwardBicycle()
public boolean isOneWayReverseBicycle()
public boolean isForwardDirectionSidepath()
public boolean isReverseDirectionSidepath()
public boolean isOpposableCycleway()
Copyright © 2018. All rights reserved.