Package com.graphhopper.routing.ev
Class MaxWidth
java.lang.Object
com.graphhopper.routing.ev.MaxWidth
One of the four logistic attributes that can be stored per edge.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DecimalEncodedValue
create()
Currently enables to store 0.1 to max=0.1*2⁷m and infinity.
-
Field Details
-
KEY
- See Also:
-
-
Constructor Details
-
MaxWidth
public MaxWidth()
-
-
Method Details
-
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.
-