Package com.anylogic.engine.gis
- java.lang.Object
- com.anylogic.engine.gis.ChainedGISRouteFinder
- 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.
it may be removed/renamed in future.
- Author:
- AnyLogic North America, LLC https://anylogic.com
Modifier and Type | Method | Description |
---|---|---|
void | registerDistanceCache |
public void registerDistanceCache(BiConsumer<double[], GISResultDouble> distanceCachePut)
- Specified by:
registerDistanceCache
in interfaceIGISRouteFinder