public class MotorcycleTagParser extends CarTagParser
| Modifier and Type | Field and Description |
|---|---|
static double |
MOTOR_CYCLE_MAX_SPEED |
badSurfaceSpeed, badSurfaceSpeedMap, CAR_MAX_SPEED, defaultSpeedMap, trackTypeSpeedMapaccessEnc, avgSpeedEnc, barriers, ferries, ferrySpeedCalc, intendedValues, maxPossibleSpeed, oneways, restrictedValues, restrictions, roundaboutEnc| Constructor and Description |
|---|
MotorcycleTagParser(BooleanEncodedValue accessEnc,
DecimalEncodedValue speedEnc,
DecimalEncodedValue turnCostEnc,
BooleanEncodedValue roundaboutEnc,
DecimalEncodedValue priorityWayEncoder,
PMap properties,
TransportationMode transportationMode) |
MotorcycleTagParser(EncodedValueLookup lookup,
PMap properties) |
| Modifier and Type | Method and Description |
|---|---|
WayAccess |
getAccess(ReaderWay way)
Decide whether a way is routable for a given mode of travel.
|
IntsRef |
handleWayTags(IntsRef edgeFlags,
ReaderWay way)
Analyze properties of a way and create the edge flags.
|
applyBadSurfaceSpeed, applyMaxSpeed, getSpeed, isBackwardOneway, isForwardOneway, isOnewayblockFords, blockPrivate, getAccessEnc, getAverageSpeedEnc, getConditionalTagInspector, getMaxSpeed, getMaxSpeed, getName, getRestrictions, getTurnCostEnc, handleNodeTags, handleWayTags, init, isBarrier, isBlockFords, isValidSpeed, setConditionalTagInspector, setSpeed, supportsTurnCosts, toStringpublic static final double MOTOR_CYCLE_MAX_SPEED
public MotorcycleTagParser(EncodedValueLookup lookup, PMap properties)
public MotorcycleTagParser(BooleanEncodedValue accessEnc, DecimalEncodedValue speedEnc, DecimalEncodedValue turnCostEnc, BooleanEncodedValue roundaboutEnc, DecimalEncodedValue priorityWayEncoder, PMap properties, TransportationMode transportationMode)
public WayAccess getAccess(ReaderWay way)
VehicleTagParsergetAccess in class CarTagParserpublic IntsRef handleWayTags(IntsRef edgeFlags, ReaderWay way)
VehicleTagParserhandleWayTags in class CarTagParserCopyright © 2012–2022. All rights reserved.