Package | Description |
---|---|
com.graphhopper | |
com.graphhopper.routing.template | |
com.graphhopper.routing.util | |
com.graphhopper.storage | |
com.graphhopper.storage.change | |
com.graphhopper.util |
Modifier and Type | Method and Description |
---|---|
EncodingManager |
GraphHopper.getEncodingManager() |
Modifier and Type | Method and Description |
---|---|
GraphHopper |
GraphHopper.setEncodingManager(EncodingManager em)
Specify which vehicles can be read by this GraphHopper instance.
|
Modifier and Type | Field and Description |
---|---|
protected EncodingManager |
ViaRoutingTemplate.encodingManager |
Constructor and Description |
---|
AlternativeRoutingTemplate(GHRequest ghRequest,
GHResponse ghRsp,
LocationIndex locationIndex,
EncodingManager encodingManager) |
RoundTripRoutingTemplate(GHRequest request,
GHResponse ghRsp,
LocationIndex locationIndex,
EncodingManager encodingManager,
int maxRetries) |
ViaRoutingTemplate(GHRequest ghRequest,
GHResponse ghRsp,
LocationIndex locationIndex,
EncodingManager encodingManager) |
Modifier and Type | Method and Description |
---|---|
EncodingManager |
EncodingManager.Builder.build() |
static EncodingManager |
EncodingManager.create(FlagEncoder... flagEncoders)
Instantiate manager with the given list of encoders.
|
static EncodingManager |
EncodingManager.create(FlagEncoderFactory factory,
String ghLoc)
Create the EncodingManager from the provided GraphHopper location.
|
static EncodingManager |
EncodingManager.create(FlagEncoderFactory factory,
String flagEncodersStr,
int bytesForEdgeFlags) |
static EncodingManager |
EncodingManager.create(List<? extends FlagEncoder> flagEncoders)
Instantiate manager with the given list of encoders.
|
static EncodingManager |
EncodingManager.create(List<? extends FlagEncoder> flagEncoders,
int bytesForEdgeFlags) |
static EncodingManager |
EncodingManager.create(String flagEncodersStr)
Instantiate manager with the given list of encoders.
|
static EncodingManager |
EncodingManager.create(String flagEncodersStr,
int bytesForEdgeFlags) |
Modifier and Type | Method and Description |
---|---|
TestAlgoCollector |
TestAlgoCollector.assertDistance(EncodingManager encodingManager,
TestAlgoCollector.AlgoHelperEntry algoEntry,
List<QueryResult> queryList,
TestAlgoCollector.OneRun oneRun) |
Modifier and Type | Method and Description |
---|---|
EncodingManager |
GraphHopperStorage.getEncodingManager() |
EncodingManager |
GraphStorage.getEncodingManager() |
Constructor and Description |
---|
GraphBuilder(EncodingManager encodingManager) |
GraphHopperStorage(Directory dir,
EncodingManager encodingManager,
boolean withElevation,
GraphExtension extendedStorage) |
GraphHopperStorage(List<? extends Weighting> nodeBasedCHWeightings,
Directory dir,
EncodingManager encodingManager,
boolean withElevation,
GraphExtension extendedStorage) |
GraphHopperStorage(List<? extends Weighting> nodeBasedCHWeightings,
List<? extends Weighting> edgeBasedCHWeightings,
Directory dir,
EncodingManager encodingManager,
boolean withElevation,
GraphExtension extendedStorage) |
Modifier and Type | Method and Description |
---|---|
long |
ChangeGraphHelper.applyChanges(EncodingManager em,
Collection<JsonFeature> features)
This method applies changes to the graph, specified by the json features.
|
Modifier and Type | Method and Description |
---|---|
void |
PathMerger.doWork(PathWrapper altRsp,
List<Path> paths,
EncodingManager encodingManager,
Translation tr) |
Copyright © 2012–2019. All rights reserved.