public class CarAccessParser extends AbstractAccessParser implements TagParser
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
highwayValues |
protected BooleanEncodedValue |
roundaboutEnc |
protected Set<String> |
trackTypeValues |
accessEnc, barriers, ferries, intendedValues, oneways, restrictedValues, restrictions| Constructor and Description |
|---|
CarAccessParser(BooleanEncodedValue accessEnc,
BooleanEncodedValue roundaboutEnc,
PMap properties,
TransportationMode transportationMode) |
CarAccessParser(EncodedValueLookup lookup,
PMap properties) |
| Modifier and Type | Method and Description |
|---|---|
WayAccess |
getAccess(ReaderWay way) |
void |
handleWayTags(IntsRef edgeFlags,
ReaderWay way) |
protected boolean |
isBackwardOneway(ReaderWay way)
make sure that isOneway is called before
|
protected boolean |
isForwardOneway(ReaderWay way)
make sure that isOneway is called before
|
protected boolean |
isOneway(ReaderWay way) |
blockFords, blockPrivate, getAccessEnc, getConditionalTagInspector, getName, getRestrictions, handleNodeTags, handleWayTags, init, isBarrier, isBlockFords, setConditionalTagInspector, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waithandleWayTagsprotected final BooleanEncodedValue roundaboutEnc
public CarAccessParser(EncodedValueLookup lookup, PMap properties)
public CarAccessParser(BooleanEncodedValue accessEnc, BooleanEncodedValue roundaboutEnc, PMap properties, TransportationMode transportationMode)
public void handleWayTags(IntsRef edgeFlags, ReaderWay way)
handleWayTags in class AbstractAccessParserprotected boolean isBackwardOneway(ReaderWay way)
protected boolean isForwardOneway(ReaderWay way)
protected boolean isOneway(ReaderWay way)
Copyright © 2012–2023. All rights reserved.