Class MaxWidth

java.lang.Object
com.graphhopper.routing.ev.MaxWidth

public class MaxWidth extends Object
One of the four logistic attributes that can be stored per edge.
See Also:
  • Field Details

  • Constructor Details

    • MaxWidth

      public MaxWidth()
  • Method Details

    • create

      public static DecimalEncodedValue create()
      Currently enables to store 0.1 to max=0.1*2⁷m and infinity. If a value is between the maximum and infinity it is assumed to use the maximum value.