Constructor and Description |
---|
DirectionResolver(Graph graph,
BooleanEncodedValue accessEnc) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleBooleanEncodedValue
This class implements a simple boolean storage via an UnsignedIntEncodedValue with 1 bit.
|
Modifier and Type | Method and Description |
---|---|
static BooleanEncodedValue |
GetOffBike.create() |
static BooleanEncodedValue |
Roundabout.create() |
BooleanEncodedValue |
EncodedValueLookup.getBooleanEncodedValue(String key) |
Modifier and Type | Method and Description |
---|---|
boolean |
VirtualEdgeIteratorState.get(BooleanEncodedValue property) |
boolean |
VirtualEdgeIteratorState.getReverse(BooleanEncodedValue property) |
EdgeIteratorState |
VirtualEdgeIteratorState.set(BooleanEncodedValue property,
boolean value) |
EdgeIteratorState |
VirtualEdgeIteratorState.setReverse(BooleanEncodedValue property,
boolean value) |
Constructor and Description |
---|
EdgeBasedTarjanSCC(Graph graph,
BooleanEncodedValue accessEnc,
TurnCostProvider turnCostProvider,
boolean excludeSingleEdgeComponents) |
PrepareJob(String name,
BooleanEncodedValue accessEnc,
TurnCostProvider turnCostProvider) |
TarjanSCC(Graph graph,
BooleanEncodedValue accessEnc,
boolean excludeSingleNodeComponents) |
Modifier and Type | Field and Description |
---|---|
protected BooleanEncodedValue |
AbstractRoutingTemplate.accessEnc |
Modifier and Type | Field and Description |
---|---|
protected BooleanEncodedValue |
AbstractFlagEncoder.accessEnc |
protected BooleanEncodedValue |
AbstractFlagEncoder.roundaboutEnc |
Modifier and Type | Method and Description |
---|---|
BooleanEncodedValue |
AbstractFlagEncoder.getAccessEnc() |
BooleanEncodedValue |
DefaultEdgeFilter.getAccessEnc() |
BooleanEncodedValue |
FlagEncoder.getAccessEnc()
This method returns the EncodedValue used for the direction-dependent access properties of this encoder.
|
BooleanEncodedValue |
AbstractFlagEncoder.getBooleanEncodedValue(String key) |
BooleanEncodedValue |
EncodingManager.getBooleanEncodedValue(String key) |
Modifier and Type | Method and Description |
---|---|
List<BooleanEncodedValue> |
EncodingManager.getAccessEncFromNodeFlags(long importNodeFlags) |
Modifier and Type | Method and Description |
---|---|
static DefaultEdgeFilter |
DefaultEdgeFilter.allEdges(BooleanEncodedValue accessEnc)
Accepts all edges that are either forward or backward for the given flag encoder.
|
static DefaultEdgeFilter |
DefaultEdgeFilter.inEdges(BooleanEncodedValue accessEnc) |
static DefaultEdgeFilter |
DefaultEdgeFilter.outEdges(BooleanEncodedValue accessEnc) |
Constructor and Description |
---|
OSMGetOffBikeParser(BooleanEncodedValue enc,
List<String> pushBikeTags) |
OSMRoundaboutParser(BooleanEncodedValue roundaboutEnc) |
Modifier and Type | Field and Description |
---|---|
protected BooleanEncodedValue |
AbstractWeighting.accessEnc |
Modifier and Type | Field and Description |
---|---|
static BooleanEncodedValue |
EdgeIteratorState.REVERSE_STATE
This method can be used to fetch the internal reverse state of an edge.
|
static BooleanEncodedValue |
EdgeIteratorState.UNFAVORED_EDGE |
Modifier and Type | Method and Description |
---|---|
boolean |
EdgeIteratorState.get(BooleanEncodedValue property) |
boolean |
GHUtility.DisabledEdgeIterator.get(BooleanEncodedValue property) |
boolean |
EdgeIteratorState.getReverse(BooleanEncodedValue property) |
boolean |
GHUtility.DisabledEdgeIterator.getReverse(BooleanEncodedValue property) |
EdgeIteratorState |
EdgeIteratorState.set(BooleanEncodedValue property,
boolean value) |
EdgeIteratorState |
GHUtility.DisabledEdgeIterator.set(BooleanEncodedValue property,
boolean value) |
EdgeIteratorState |
EdgeIteratorState.setReverse(BooleanEncodedValue property,
boolean value) |
EdgeIteratorState |
GHUtility.DisabledEdgeIterator.setReverse(BooleanEncodedValue property,
boolean value) |
Copyright © 2012–2020. All rights reserved.