Class CostingOptions.Truck

java.lang.Object
globus.glroute.CostingOptions
globus.glroute.CostingOptions.Truck
Enclosing class:
CostingOptions

public static class CostingOptions.Truck extends CostingOptions
Options for truck mode
  • Field Details

    • road

      public CostingOptions.Road road
      Road options
    • vehicle

      public CostingOptions.Vehicle vehicle
      Vehicle options
    • length

      public float length
      The length of the truck (in meters). Default 21.64.
    • weight

      public float weight
      The weight of the truck (in metric tons). Default 21.77.
    • axleLoad

      public float axleLoad
      The axle load of the truck (in metric tons). Default 9.07.
    • axleCount

      public float axleCount
      The axle count of the truck. Default 5.
    • hazmat

      public boolean hazmat
      A value indicating if the truck is carrying hazardous materials. Default false.
  • Constructor Details

    • Truck

      public Truck()
  • Method Details