Package com.anylogic.engine.gis
- java.lang.Object
- com.anylogic.engine.gis.AbstractGISRouteProvider
- com.anylogic.engine.gis.PlainGISRouteProvider
- All Implemented Interfaces:
IGISRouteProvider,IRouteProvider<Curve<GISMarkupSegment>>,Serializable
@AnyLogicInternalAPI public class PlainGISRouteProvider extends AbstractGISRouteProvider
- See Also:
- Serialized Form
| Constructor | Description |
|---|---|
PlainGISRouteProvider() |
| Modifier and Type | Method | Description |
|---|---|---|
IGISRouteFinder | getRouteFinder() | |
AbstractGISRouteProvider | setRouteNotFoundBehavior |
Configures this route provider to either throw error or
create a straight route if the requested
route can't be found (applicable for route providers
supporting route search).
|
public PlainGISRouteProvider()
public IGISRouteFinder getRouteFinder()
public AbstractGISRouteProvider setRouteNotFoundBehavior(GISRouteNotFoundBehavior behavior)
Description copied from class:
AbstractGISRouteProviderConfigures this route provider to either throw error or
create a straight route if the requested
route can't be found (applicable for route providers
supporting route search).
- Overrides:
setRouteNotFoundBehaviorin classAbstractGISRouteProvider- Parameters:
behavior- the behavior- Returns:
- this object, for convenience