Package com.anylogic.engine.gis
- java.lang.Object
- com.anylogic.engine.gis.AbstractGISRouteProvider
- com.anylogic.engine.gis.AbstractGISRouteProviderWithCache
- com.anylogic.engine.gis.GraphHopperRouteProvider
- All Implemented Interfaces:
IGISRouteProvider
,IRouteProvider<Curve<GISMarkupSegment>>
,Serializable
public class GraphHopperRouteProvider extends AbstractGISRouteProviderWithCache
Provider of routes www.graphhopper.com.
It requires file based routing graph and works without internet connection.
- Author:
- AnyLogic North America, LLC https://anylogic.com
- See Also:
- Serialized Form
Constructor | Description |
---|---|
GraphHopperRouteProvider |
Modifier and Type | Method | Description |
---|---|---|
void | close() |
Call com.graphhopper.GraphHopper.close() to release files.
|
public GraphHopperRouteProvider(String graphFilesPath, String pathFindingAlgorithm, RoutingMethod routingMethod, int precisionInMeters)
@AnyLogicInternalAPI public void close()
Call com.graphhopper.GraphHopper.close() to release files.