AnyLogic
Expand
Font size
All Implemented Interfaces:
IGISRouteFinder
Direct Known Subclasses:
CachedGISRouteFinder, GeneralizingGISRouteFinder, ServerCaringGISRouteFinder, StrangeRouteGuard

@AnyLogicInternalAPI
public abstract class ChainedGISRouteFinder
extends Object
implements IGISRouteFinder
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
Author:
AnyLogic North America, LLC https://anylogic.com

Method Summary

Modifier and TypeMethodDescription
voidregisterDistanceCache(BiConsumer<double[],GISResultDouble> distanceCachePut) 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods inherited from interface com.anylogic.engine.gis.IGISRouteFinder

getDistance, getRoute

Method Details

registerDistanceCache

public void registerDistanceCache(BiConsumer<double[],GISResultDouble> distanceCachePut)
Specified by:
registerDistanceCache in interface IGISRouteFinder