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