Modifier and Type | Class and Description |
---|---|
class |
DecimalEncodedValueImpl
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.
|
class |
EnumEncodedValue<E extends Enum>
This class allows to store distinct values via an enum.
|
class |
IntEncodedValueImpl
Implementation of the IntEncodedValue via a certain number of bits (that determines the maximum value) and
a minimum value (default is 0).
|
class |
SimpleBooleanEncodedValue
This class implements a simple boolean storage via an UnsignedIntEncodedValue with 1 bit.
|
class |
StringEncodedValue
This class holds a List of up to
StringEncodedValue.maxValues encountered Strings and stores
index+1 to indicate a string is set or 0 if no value is assigned |
Modifier and Type | Method and Description |
---|---|
static IntEncodedValue |
MtbRating.create() |
static IntEncodedValue |
Lanes.create() |
static IntEncodedValue |
HorseRating.create() |
static IntEncodedValue |
HikeRating.create() |
static IntEncodedValue |
OSMWayID.create() |
IntEncodedValue |
EncodedValueLookup.getIntEncodedValue(String key) |
Modifier and Type | Method and Description |
---|---|
int |
VirtualEdgeIteratorState.get(IntEncodedValue property) |
int |
VirtualEdgeIteratorState.getReverse(IntEncodedValue property) |
EdgeIteratorState |
VirtualEdgeIteratorState.set(IntEncodedValue property,
int value) |
EdgeIteratorState |
VirtualEdgeIteratorState.set(IntEncodedValue property,
int fwd,
int bwd) |
EdgeIteratorState |
VirtualEdgeIteratorState.setReverse(IntEncodedValue property,
int value) |
Modifier and Type | Method and Description |
---|---|
IntEncodedValue |
EncodingManager.getIntEncodedValue(String key) |
Constructor and Description |
---|
OSMHikeRatingParser(IntEncodedValue sacScaleEnc) |
OSMHorseRatingParser(IntEncodedValue horseScale) |
OSMLanesParser(IntEncodedValue lanesEnc) |
OSMMtbRatingParser(IntEncodedValue mtbRatingEnc) |
OSMWayIDParser(IntEncodedValue osmWayIdEnc) |
Modifier and Type | Method and Description |
---|---|
int |
EdgeIteratorState.get(IntEncodedValue property) |
int |
EdgeIteratorState.getReverse(IntEncodedValue property) |
EdgeIteratorState |
EdgeIteratorState.set(IntEncodedValue property,
int value) |
EdgeIteratorState |
EdgeIteratorState.set(IntEncodedValue property,
int fwd,
int bwd) |
EdgeIteratorState |
EdgeIteratorState.setReverse(IntEncodedValue property,
int value) |
Constructor and Description |
---|
IntDetails(String name,
IntEncodedValue ev) |
Copyright © 2012–2023. All rights reserved.