Package com.graphhopper.routing.lm
Class LMRoutingAlgorithmFactory
java.lang.Object
com.graphhopper.routing.lm.LMRoutingAlgorithmFactory
- All Implemented Interfaces:
RoutingAlgorithmFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAlgo(Graph g, Weighting w, AlgorithmOptions opts) This method creates an algorithm out of this factory based on the specified opts and graph.setDefaultActiveLandmarks(int defaultActiveLandmarks)
-
Constructor Details
-
LMRoutingAlgorithmFactory
-
-
Method Details
-
setDefaultActiveLandmarks
-
createAlgo
Description copied from interface:RoutingAlgorithmFactoryThis method creates an algorithm out of this factory based on the specified opts and graph.- Specified by:
createAlgoin interfaceRoutingAlgorithmFactory
-