Modifier and Type | Class and Description |
---|---|
class |
EnumEncodedValue<E extends Enum>
This class allows to store distinct values via an enum.
|
class |
SimpleBooleanEncodedValue
This class implements a simple boolean storage via an UnsignedIntEncodedValue with 1 bit.
|
class |
UnsignedDecimalEncodedValue
This class holds a decimal value and stores it as an unsigned integer value via a conversion factor and a maximum number
of bits.
|
class |
UnsignedIntEncodedValue
Implementation of the IntEncodedValue via a limited number of bits and without a sign.
|
Modifier and Type | Method and Description |
---|---|
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.setReverse(IntEncodedValue property,
int value) |
Modifier and Type | Method and Description |
---|---|
IntEncodedValue |
AbstractFlagEncoder.getIntEncodedValue(String key) |
IntEncodedValue |
EncodingManager.getIntEncodedValue(String key) |
Constructor and Description |
---|
SpatialRuleParser(SpatialRuleLookup spatialRuleLookup,
IntEncodedValue spatialRuleEnc) |
Modifier and Type | Method and Description |
---|---|
int |
EdgeIteratorState.get(IntEncodedValue property) |
int |
GHUtility.DisabledEdgeIterator.get(IntEncodedValue property) |
int |
EdgeIteratorState.getReverse(IntEncodedValue property) |
int |
GHUtility.DisabledEdgeIterator.getReverse(IntEncodedValue property) |
EdgeIteratorState |
EdgeIteratorState.set(IntEncodedValue property,
int value) |
EdgeIteratorState |
GHUtility.DisabledEdgeIterator.set(IntEncodedValue property,
int value) |
EdgeIteratorState |
EdgeIteratorState.setReverse(IntEncodedValue property,
int value) |
EdgeIteratorState |
GHUtility.DisabledEdgeIterator.setReverse(IntEncodedValue property,
int value) |
Constructor and Description |
---|
IntDetails(String name,
IntEncodedValue ev) |
Copyright © 2012–2020. All rights reserved.