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 class
This 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 class
EnumEncodedValue<E extends Enum>
This class allows to store distinct values via an enum.class
Implementation of the IntEncodedValue via a certain number of bits (that determines the maximum value) and a minimum value (default is 0).final class
This class implements a simple boolean storage via an UnsignedIntEncodedValue with 1 bit.final class
This class holds a List of up toStringEncodedValue.maxValues
encountered 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 IntEncodedValue
HikeRating.create()
static IntEncodedValue
HorseRating.create()
static IntEncodedValue
Lanes.create()
static IntEncodedValue
MtbRating.create()
static IntEncodedValue
OSMWayID.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 TypeMethodDescriptionint
VirtualEdgeIteratorState.get
(IntEncodedValue property) int
VirtualEdgeIteratorState.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 TypeMethodDescriptionint
EdgeIteratorState.get
(IntEncodedValue property) int
EdgeIteratorState.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