| Package | Description | 
|---|---|
| com.graphhopper | |
| com.graphhopper.routing | |
| com.graphhopper.routing.util | |
| com.graphhopper.storage | |
| 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. | 
| Constructor and Description | 
|---|
| DefaultWeightingFactory(GraphHopperStorage ghStorage,
                       EncodingManager encodingManager) | 
| ProfileResolver(EncodingManager encodingManager,
               List<Profile> profiles,
               List<CHProfile> chProfiles,
               List<LMProfile> lmProfiles) | 
| Modifier and Type | Method and Description | 
|---|---|
| EncodingManager | EncodingManager.Builder. build() | 
| static EncodingManager | EncodingManager. create(EncodedValueFactory evFactory,
      FlagEncoderFactory flagEncoderFactory,
      String ghLoc)Create the EncodingManager from the provided GraphHopper location. | 
| static EncodingManager | EncodingManager. create(FlagEncoder... flagEncoders)Instantiate manager with the given list of encoders. | 
| static EncodingManager | EncodingManager. create(FlagEncoderFactory factory,
      String flagEncodersStr) | 
| static EncodingManager | EncodingManager. create(List<? extends FlagEncoder> flagEncoders)Instantiate manager with the given list of encoders. | 
| static EncodingManager | EncodingManager. create(String flagEncodersStr)Instantiate manager with the given list of encoders. | 
| Modifier and Type | Method and Description | 
|---|---|
| TestAlgoCollector | TestAlgoCollector. assertDistance(EncodingManager encodingManager,
              TestAlgoCollector.AlgoHelperEntry algoEntry,
              List<Snap> queryList,
              TestAlgoCollector.OneRun oneRun) | 
| Modifier and Type | Method and Description | 
|---|---|
| EncodingManager | GraphHopperStorage. getEncodingManager() | 
| EncodingManager | GraphStorage. getEncodingManager() | 
| Modifier and Type | Method and Description | 
|---|---|
| static GraphBuilder | GraphBuilder. start(EncodingManager encodingManager) | 
| Constructor and Description | 
|---|
| GraphBuilder(EncodingManager encodingManager) | 
| GraphHopperStorage(Directory dir,
                  EncodingManager encodingManager,
                  boolean withElevation) | 
| GraphHopperStorage(Directory dir,
                  EncodingManager encodingManager,
                  boolean withElevation,
                  boolean withTurnCosts) | 
| GraphHopperStorage(Directory dir,
                  EncodingManager encodingManager,
                  boolean withElevation,
                  boolean withTurnCosts,
                  int segmentSize) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | GHUtility. addRandomTurnCosts(Graph graph,
                  long seed,
                  EncodingManager em,
                  FlagEncoder encoder,
                  int maxTurnCost,
                  TurnCostStorage turnCostStorage) | 
Copyright © 2012–2020. All rights reserved.