Package com.graphhopper.routing.ev
Class MaxHeight
java.lang.Object
com.graphhopper.routing.ev.MaxHeight
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
-
MaxHeight
public MaxHeight()
-
-
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.
-