Method and Description |
---|
com.graphhopper.routing.Path.calcMillis(EdgeIteratorState, boolean)
use Weighting
|
com.graphhopper.GraphHopper.createCHPreparations()
use getCHFactoryDecorator().createPreparations() instead. Will be removed in 0.8.
|
com.graphhopper.storage.index.LocationIndex.findID(double, double)
will be removed with 0.8 use 'QueryResult findClosest' instead
|
com.graphhopper.GraphHopper.getCHPrepareThreads()
Use getCHFactoryDecorator().getCHPrepareThreads() instead. Will be removed in
0.8.
|
com.graphhopper.GraphHopper.getCHWeightings()
Use getCHFactoryDecorator().getWeightingsAsStrings() instead. Will be removed in
0.8.
|
com.graphhopper.GraphHopper.setCHEnable(boolean)
Use setEnabled() instead. Will be removed in 0.8.
|
com.graphhopper.GraphHopper.setCHPrepareThreads(int)
Use getCHFactoryDecorator().setCHPrepareThreads() instead. Will be removed in
0.8.
|
com.graphhopper.GraphHopper.setCHWeighting(String)
This method is used as a deprecated wrapper to not break the JavaApi. This will
be removed in 0.7. Please use
GraphHopper.setCHWeightings(List) or
GraphHopper.setCHWeightings(String...) |
com.graphhopper.GraphHopper.setCHWeightings(List<String>)
Use getCHFactoryDecorator().setWeightingsAsStrings() instead. Will be removed in
0.8.
|
com.graphhopper.GraphHopper.setCHWeightings(String...)
Use getCHFactoryDecorator().setWeightingsAsStrings() instead. Will be removed in
0.8.
|
Copyright © 2012–2016. All rights reserved.