/AWS1/CL_GERISOLINETRUCKOPTS¶
Vehicle characteristics and restrictions that affect which roads can be used when calculating reachable areas for trucks. These details ensure that routes respect physical limitations and legal requirements.
These apply when the provided travel mode is Truck
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_axlecount TYPE /AWS1/GERSENSITIVEINTEGER /AWS1/GERSENSITIVEINTEGER¶
The total number of axles on the vehicle. Required for certain road restrictions and weight limit calculations.
iv_enginetype TYPE /AWS1/GERISOLINEENGINETYPE /AWS1/GERISOLINEENGINETYPE¶
The type of engine powering the vehicle, which may affect route calculation due to road restrictions or vehicle characteristics.
INTERNAL_COMBUSTION—Standard gasoline or diesel engine.
ELECTRIC—Battery electric vehicle.
PLUGIN_HYBRID—Combination of electric and internal combustion engines with plug-in charging capability.
iv_grossweight TYPE /AWS1/GERWEIGHTKILOGRAMS /AWS1/GERWEIGHTKILOGRAMS¶
The gross vehicle weight (the maximum weight a vehicle can safely operate at, as specified by the manufacturer) in kilograms. Used to avoid roads with weight restrictions and ensure compliance with maximum allowed vehicle weight regulations.
Unit:
kilograms
it_hazardouscargos TYPE /AWS1/CL_GERISOLINEHAZARDOUS00=>TT_ISOLINEHAZARDOUSCARGOTYPE00 TT_ISOLINEHAZARDOUSCARGOTYPE00¶
Types of hazardous materials being transported. This affects which roads and tunnels can be used based on local regulations.
Combustible—Materials that can burn readily
Corrosive—Materials that can destroy or irreversibly damage other substances
Explosive—Materials that can produce an explosion by chemical reaction
Flammable—Materials that can easily ignite
Gas—Hazardous materials in gaseous form
HarmfulToWater—Materials that pose a risk to water sources if released
Organic—Hazardous organic compounds
Other—Hazardous materials not covered by other categories
Poison—Toxic materials
PoisonousInhalation—Materials that are toxic when inhaled
Radioactive—Materials that emit ionizing radiation
iv_height TYPE /AWS1/GERDIMENSIONCENTIMETERS /AWS1/GERDIMENSIONCENTIMETERS¶
The vehicle height in centimeters. Used to avoid routes with low bridges or other height restrictions.
Unit:
centimeters
iv_heightabovefirstaxle TYPE /AWS1/GERDIMENSIONCENTIMETERS /AWS1/GERDIMENSIONCENTIMETERS¶
The height in centimeters measured from the ground to the highest point above the first axle. Used for specific bridge and tunnel clearance restrictions.
Unit:
centimeters
iv_kpralength TYPE /AWS1/GERDIMENSIONCENTIMETERS /AWS1/GERDIMENSIONCENTIMETERS¶
The kingpin to rear axle (KPRA) length in centimeters. Used to determine if the vehicle can safely navigate turns and intersections.
Unit:
centimeters
iv_length TYPE /AWS1/GERDIMENSIONCENTIMETERS /AWS1/GERDIMENSIONCENTIMETERS¶
The total vehicle length in centimeters. Used to avoid roads with length restrictions and determine if the vehicle can safely navigate turns.
Unit:
centimeters
io_licenseplate TYPE REF TO /AWS1/CL_GERISOLINEVEHICLELI00 /AWS1/CL_GERISOLINEVEHICLELI00¶
License plate information used in regions where road access or routing restrictions are based on license plate numbers.
iv_maxspeed TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The maximum speed in kilometers per hour at which the vehicle can or is permitted to travel. This affects travel time calculations and may result in different reachable areas compared to using default speed limits. Value must be between 3.6 and 252 kilometers per hour.
Unit:
kilometers per hour
iv_occupancy TYPE /AWS1/GERSENSITIVEINTEGER /AWS1/GERSENSITIVEINTEGER¶
The number of occupants in the vehicle. This can affect route calculations by enabling the use of high-occupancy vehicle (HOV) lanes where minimum occupancy requirements are met.
Default value:
1
iv_payloadcapacity TYPE /AWS1/GERWEIGHTKILOGRAMS /AWS1/GERWEIGHTKILOGRAMS¶
The maximum cargo weight in kilograms that the vehicle (including attached trailers) is rated to carry.
Unit:
kilograms
iv_tirecount TYPE /AWS1/GERSENSITIVEINTEGER /AWS1/GERSENSITIVEINTEGER¶
The total number of tires on the vehicle.
io_trailer TYPE REF TO /AWS1/CL_GERISOLINETRAILEROPTS /AWS1/CL_GERISOLINETRAILEROPTS¶
Optional specifications for attached trailers. When provided, trailer characteristics affect route calculations to ensure compliance with trailer-specific restrictions such as length limits, weight distribution requirements, and access restrictions for multi-trailer configurations.
iv_trucktype TYPE /AWS1/GERISOLINETRUCKTYPE /AWS1/GERISOLINETRUCKTYPE¶
The type of truck:
LightTruckfor smaller delivery vehicles,StraightTruckfor rigid body trucks, orTractorfor tractor-trailer combinations.
iv_tunnelrestrictioncode TYPE /AWS1/GERTUNNELRESTRICTIONCODE /AWS1/GERTUNNELRESTRICTIONCODE¶
The tunnel restriction code.
Tunnel categories in this list indicate the restrictions which apply to certain tunnels in Great Britain. They relate to the types of dangerous goods that can be transported through them.
Tunnel Category B
Risk Level: Limited risk
Restrictions: Few restrictions
Tunnel Category C
Risk Level: Medium risk
Restrictions: Some restrictions
Tunnel Category D
Risk Level: High risk
Restrictions: Many restrictions occur
Tunnel Category E
Risk Level: Very high risk
Restrictions: Restricted tunnel
iv_weightperaxle TYPE /AWS1/GERWEIGHTKILOGRAMS /AWS1/GERWEIGHTKILOGRAMS¶
The heaviest weight per axle in kilograms, regardless of axle type or grouping. Used for roads with axle-weight restrictions in regions where regulations don't distinguish between different axle configurations.
Unit:
kilograms
io_weightperaxlegroup TYPE REF TO /AWS1/CL_GERWEIGHTPERAXLEGROUP /AWS1/CL_GERWEIGHTPERAXLEGROUP¶
Specifies the total weight for different axle group configurations. Used in regions where regulations set different weight limits based on axle group types.
Unit:
kilograms
iv_width TYPE /AWS1/GERDIMENSIONCENTIMETERS /AWS1/GERDIMENSIONCENTIMETERS¶
The vehicle width in centimeters. Used to avoid routes with width restrictions.
Unit:
centimeters
Queryable Attributes¶
AxleCount¶
The total number of axles on the vehicle. Required for certain road restrictions and weight limit calculations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AXLECOUNT() |
Getter for AXLECOUNT, with configurable default |
ASK_AXLECOUNT() |
Getter for AXLECOUNT w/ exceptions if field has no value |
HAS_AXLECOUNT() |
Determine if AXLECOUNT has a value |
EngineType¶
The type of engine powering the vehicle, which may affect route calculation due to road restrictions or vehicle characteristics.
INTERNAL_COMBUSTION—Standard gasoline or diesel engine.
ELECTRIC—Battery electric vehicle.
PLUGIN_HYBRID—Combination of electric and internal combustion engines with plug-in charging capability.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENGINETYPE() |
Getter for ENGINETYPE, with configurable default |
ASK_ENGINETYPE() |
Getter for ENGINETYPE w/ exceptions if field has no value |
HAS_ENGINETYPE() |
Determine if ENGINETYPE has a value |
GrossWeight¶
The gross vehicle weight (the maximum weight a vehicle can safely operate at, as specified by the manufacturer) in kilograms. Used to avoid roads with weight restrictions and ensure compliance with maximum allowed vehicle weight regulations.
Unit:
kilograms
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROSSWEIGHT() |
Getter for GROSSWEIGHT |
HazardousCargos¶
Types of hazardous materials being transported. This affects which roads and tunnels can be used based on local regulations.
Combustible—Materials that can burn readily
Corrosive—Materials that can destroy or irreversibly damage other substances
Explosive—Materials that can produce an explosion by chemical reaction
Flammable—Materials that can easily ignite
Gas—Hazardous materials in gaseous form
HarmfulToWater—Materials that pose a risk to water sources if released
Organic—Hazardous organic compounds
Other—Hazardous materials not covered by other categories
Poison—Toxic materials
PoisonousInhalation—Materials that are toxic when inhaled
Radioactive—Materials that emit ionizing radiation
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HAZARDOUSCARGOS() |
Getter for HAZARDOUSCARGOS, with configurable default |
ASK_HAZARDOUSCARGOS() |
Getter for HAZARDOUSCARGOS w/ exceptions if field has no val |
HAS_HAZARDOUSCARGOS() |
Determine if HAZARDOUSCARGOS has a value |
Height¶
The vehicle height in centimeters. Used to avoid routes with low bridges or other height restrictions.
Unit:
centimeters
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEIGHT() |
Getter for HEIGHT |
HeightAboveFirstAxle¶
The height in centimeters measured from the ground to the highest point above the first axle. Used for specific bridge and tunnel clearance restrictions.
Unit:
centimeters
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEIGHTABOVEFIRSTAXLE() |
Getter for HEIGHTABOVEFIRSTAXLE |
KpraLength¶
The kingpin to rear axle (KPRA) length in centimeters. Used to determine if the vehicle can safely navigate turns and intersections.
Unit:
centimeters
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KPRALENGTH() |
Getter for KPRALENGTH |
Length¶
The total vehicle length in centimeters. Used to avoid roads with length restrictions and determine if the vehicle can safely navigate turns.
Unit:
centimeters
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENGTH() |
Getter for LENGTH |
LicensePlate¶
License plate information used in regions where road access or routing restrictions are based on license plate numbers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LICENSEPLATE() |
Getter for LICENSEPLATE |
MaxSpeed¶
The maximum speed in kilometers per hour at which the vehicle can or is permitted to travel. This affects travel time calculations and may result in different reachable areas compared to using default speed limits. Value must be between 3.6 and 252 kilometers per hour.
Unit:
kilometers per hour
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXSPEED() |
Getter for MAXSPEED, with configurable default |
ASK_MAXSPEED() |
Getter for MAXSPEED w/ exceptions if field has no value |
STR_MAXSPEED() |
String format for MAXSPEED, with configurable default |
HAS_MAXSPEED() |
Determine if MAXSPEED has a value |
Occupancy¶
The number of occupants in the vehicle. This can affect route calculations by enabling the use of high-occupancy vehicle (HOV) lanes where minimum occupancy requirements are met.
Default value:
1
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OCCUPANCY() |
Getter for OCCUPANCY, with configurable default |
ASK_OCCUPANCY() |
Getter for OCCUPANCY w/ exceptions if field has no value |
HAS_OCCUPANCY() |
Determine if OCCUPANCY has a value |
PayloadCapacity¶
The maximum cargo weight in kilograms that the vehicle (including attached trailers) is rated to carry.
Unit:
kilograms
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYLOADCAPACITY() |
Getter for PAYLOADCAPACITY |
TireCount¶
The total number of tires on the vehicle.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIRECOUNT() |
Getter for TIRECOUNT, with configurable default |
ASK_TIRECOUNT() |
Getter for TIRECOUNT w/ exceptions if field has no value |
HAS_TIRECOUNT() |
Determine if TIRECOUNT has a value |
Trailer¶
Optional specifications for attached trailers. When provided, trailer characteristics affect route calculations to ensure compliance with trailer-specific restrictions such as length limits, weight distribution requirements, and access restrictions for multi-trailer configurations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRAILER() |
Getter for TRAILER |
TruckType¶
The type of truck:
LightTruckfor smaller delivery vehicles,StraightTruckfor rigid body trucks, orTractorfor tractor-trailer combinations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRUCKTYPE() |
Getter for TRUCKTYPE, with configurable default |
ASK_TRUCKTYPE() |
Getter for TRUCKTYPE w/ exceptions if field has no value |
HAS_TRUCKTYPE() |
Determine if TRUCKTYPE has a value |
TunnelRestrictionCode¶
The tunnel restriction code.
Tunnel categories in this list indicate the restrictions which apply to certain tunnels in Great Britain. They relate to the types of dangerous goods that can be transported through them.
Tunnel Category B
Risk Level: Limited risk
Restrictions: Few restrictions
Tunnel Category C
Risk Level: Medium risk
Restrictions: Some restrictions
Tunnel Category D
Risk Level: High risk
Restrictions: Many restrictions occur
Tunnel Category E
Risk Level: Very high risk
Restrictions: Restricted tunnel
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TUNNELRESTRICTIONCODE() |
Getter for TUNNELRESTRICTIONCODE, with configurable default |
ASK_TUNNELRESTRICTIONCODE() |
Getter for TUNNELRESTRICTIONCODE w/ exceptions if field has |
HAS_TUNNELRESTRICTIONCODE() |
Determine if TUNNELRESTRICTIONCODE has a value |
WeightPerAxle¶
The heaviest weight per axle in kilograms, regardless of axle type or grouping. Used for roads with axle-weight restrictions in regions where regulations don't distinguish between different axle configurations.
Unit:
kilograms
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WEIGHTPERAXLE() |
Getter for WEIGHTPERAXLE |
WeightPerAxleGroup¶
Specifies the total weight for different axle group configurations. Used in regions where regulations set different weight limits based on axle group types.
Unit:
kilograms
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WEIGHTPERAXLEGROUP() |
Getter for WEIGHTPERAXLEGROUP |
Width¶
The vehicle width in centimeters. Used to avoid routes with width restrictions.
Unit:
centimeters
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WIDTH() |
Getter for WIDTH |