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 |
---|---|---|
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).
|
getDistance, getPathData, getPathData, getPrecisionInMeters, isThrowError, setPrecisionInMeters, setThrowError
public PlainGISRouteProvider()
public AbstractGISRouteProvider setRouteNotFoundBehavior(GISRouteNotFoundBehavior behavior)
Description copied from class:
AbstractGISRouteProvider
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).
- Overrides:
setRouteNotFoundBehavior
in classAbstractGISRouteProvider
- Parameters:
behavior
- the behavior- Returns:
- this object, for convenience