| Package | Description |
|---|---|
| com.graphhopper.routing | |
| com.graphhopper.routing.profiles | |
| com.graphhopper.routing.util | |
| com.graphhopper.routing.weighting | |
| com.graphhopper.util |
| Modifier and Type | Method and Description |
|---|---|
double |
VirtualEdgeIteratorState.get(DecimalEncodedValue property) |
double |
VirtualEdgeIteratorState.getReverse(DecimalEncodedValue property) |
EdgeIteratorState |
VirtualEdgeIteratorState.set(DecimalEncodedValue property,
double value) |
EdgeIteratorState |
VirtualEdgeIteratorState.setReverse(DecimalEncodedValue property,
double value) |
| Modifier and Type | Class and Description |
|---|---|
class |
FactorizedDecimalEncodedValue
This class holds a decimal value and stores it as an integer value via a conversion factor and a maximum number
of bits.
|
class |
MappedDecimalEncodedValue
For certain values it can be more efficient to store the mapping instead of the value and a factor.
|
| Modifier and Type | Method and Description |
|---|---|
DecimalEncodedValue |
EncodedValueLookup.getDecimalEncodedValue(String key) |
| Modifier and Type | Field and Description |
|---|---|
protected DecimalEncodedValue |
AbstractFlagEncoder.speedEncoder |
| Modifier and Type | Method and Description |
|---|---|
DecimalEncodedValue |
AbstractFlagEncoder.getAverageSpeedEnc() |
DecimalEncodedValue |
FlagEncoder.getAverageSpeedEnc()
This method returns the EncodedValue used for the average speed of this encoder.
|
DecimalEncodedValue |
AbstractFlagEncoder.getDecimalEncodedValue(String key) |
DecimalEncodedValue |
EncodingManager.getDecimalEncodedValue(String key) |
| Modifier and Type | Field and Description |
|---|---|
protected DecimalEncodedValue |
AbstractWeighting.avSpeedEnc |
| Modifier and Type | Method and Description |
|---|---|
static void |
GHUtility.buildRandomGraph(Graph graph,
Random random,
int numNodes,
double meanDegree,
boolean allowLoops,
boolean allowZeroDistance,
DecimalEncodedValue randomSpeedEnc,
double pNonZeroLoop,
double pBothDir,
double pRandomOffset) |
double |
EdgeIteratorState.get(DecimalEncodedValue property) |
double |
GHUtility.DisabledEdgeIterator.get(DecimalEncodedValue property) |
double |
EdgeIteratorState.getReverse(DecimalEncodedValue property) |
double |
GHUtility.DisabledEdgeIterator.getReverse(DecimalEncodedValue property) |
EdgeIteratorState |
EdgeIteratorState.set(DecimalEncodedValue property,
double value) |
EdgeIteratorState |
GHUtility.DisabledEdgeIterator.set(DecimalEncodedValue property,
double value) |
EdgeIteratorState |
EdgeIteratorState.setReverse(DecimalEncodedValue property,
double value) |
EdgeIteratorState |
GHUtility.DisabledEdgeIterator.setReverse(DecimalEncodedValue property,
double value) |
Copyright © 2012–2019. All rights reserved.