Uses of Interface
com.graphhopper.routing.ev.IntEncodedValue
Packages that use IntEncodedValue
Package
Description
-
Uses of IntEncodedValue in com.graphhopper.routing.ev
Classes in com.graphhopper.routing.ev that implement IntEncodedValueModifier and TypeClassDescriptionfinal classThis class holds a signed decimal value and stores it as an integer value via a conversion factor and a certain number of bits that determine the maximum value.final classEnumEncodedValue<E extends Enum>This class allows to store distinct values via an enum.classImplementation of the IntEncodedValue via a certain number of bits (that determines the maximum value) and a minimum value (default is 0).final classThis class implements a simple boolean storage via an UnsignedIntEncodedValue with 1 bit.final classThis class holds a List of up toStringEncodedValue.maxValuesencountered Strings and stores index+1 to indicate a string is set or 0 if no value is assignedMethods in com.graphhopper.routing.ev that return IntEncodedValueModifier and TypeMethodDescriptionstatic IntEncodedValueHikeRating.create()static IntEncodedValueHorseRating.create()static IntEncodedValueLanes.create()static IntEncodedValueMtbRating.create()static IntEncodedValueOSMWayID.create()EncodedValueLookup.getIntEncodedValue(String key) -
Uses of IntEncodedValue in com.graphhopper.routing.querygraph
Methods in com.graphhopper.routing.querygraph with parameters of type IntEncodedValueModifier and TypeMethodDescriptionintVirtualEdgeIteratorState.get(IntEncodedValue property) intVirtualEdgeIteratorState.getReverse(IntEncodedValue property) VirtualEdgeIteratorState.set(IntEncodedValue property, int value) VirtualEdgeIteratorState.set(IntEncodedValue property, int fwd, int bwd) VirtualEdgeIteratorState.setReverse(IntEncodedValue property, int value) -
Uses of IntEncodedValue in com.graphhopper.routing.util
Methods in com.graphhopper.routing.util that return IntEncodedValue -
Uses of IntEncodedValue in com.graphhopper.routing.util.parsers
Constructors in com.graphhopper.routing.util.parsers with parameters of type IntEncodedValueModifierConstructorDescriptionOSMHikeRatingParser(IntEncodedValue sacScaleEnc) OSMHorseRatingParser(IntEncodedValue horseScale) OSMLanesParser(IntEncodedValue lanesEnc) OSMMtbRatingParser(IntEncodedValue mtbRatingEnc) OSMWayIDParser(IntEncodedValue osmWayIdEnc) -
Uses of IntEncodedValue in com.graphhopper.util
Methods in com.graphhopper.util with parameters of type IntEncodedValueModifier and TypeMethodDescriptionintEdgeIteratorState.get(IntEncodedValue property) intEdgeIteratorState.getReverse(IntEncodedValue property) EdgeIteratorState.set(IntEncodedValue property, int value) EdgeIteratorState.set(IntEncodedValue property, int fwd, int bwd) EdgeIteratorState.setReverse(IntEncodedValue property, int value) -
Uses of IntEncodedValue in com.graphhopper.util.details
Constructors in com.graphhopper.util.details with parameters of type IntEncodedValue