Package com.anylogic.engine.gis
- java.lang.Object
- com.graphhopper.routing.util.AbstractFlagEncoder
- com.graphhopper.routing.util.CarFlagEncoder
- com.anylogic.engine.gis.ALCarEncoder
- All Implemented Interfaces:
com.graphhopper.routing.util.FlagEncoder,com.graphhopper.routing.util.TurnCostEncoder
@AnyLogicInternalAPI public class ALCarEncoder extends com.graphhopper.routing.util.CarFlagEncoder
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
it may be removed/renamed in future.
- Author:
- AnyLogic North America, LLC https://anylogic.com
| Constructor | Description |
|---|---|
ALCarEncoder() | |
ALCarEncoder |
OSM data encoder is used to create routing graph.
|
acceptWay, defineWayBits, getVersion, getWayInfo, handleRelationTags, handleWayTags, toStringapplyWayTags, defineNodeBits, defineRelationBits, defineTurnBits, equals, flagsDefault, getAnnotation, getConditionalTagInspector, getDouble, getLong, getMaxSpeed, getReverseSpeed, getSpeed, getTurnCost, getTurnFlags, handleNodeTags, hashCode, isBackward, isBlockFords, isBool, isForward, isRegistered, isTurnRestricted, reverseFlags, setAccess, setBlockByDefault, setBlockFords, setBool, setDouble, setLong, setProperties, setRegistered, setReverseSpeed, setSpeed, supportspublic ALCarEncoder()
public ALCarEncoder(String... forbiddenHighwayTypes)
OSM data encoder is used to create routing graph. Vehicle type is car.
- Parameters:
forbiddenHighwayTypes- types of OSM "highway" tag (https://wiki.openstreetmap.org/wiki/Highway_tag_usage)