Class QueryRoutingCHGraph

java.lang.Object
com.graphhopper.routing.querygraph.QueryRoutingCHGraph
All Implemented Interfaces:
RoutingCHGraph

public class QueryRoutingCHGraph extends Object implements RoutingCHGraph
This class is used to allow routing between virtual nodes (snapped coordinates that lie between the nodes of the original graph) when using CH. To use it first create a QueryGraph just as if you were not using CH and then create an instance of the present class on top of this.