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>>
,java.io.Serializable
@AnyLogicInternalAPI public class PlainGISRouteProvider extends AbstractGISRouteProvider
- See Also:
- Serialized Form
PlainGISRouteProvider() |
|
Constructor | Description |
---|
AbstractGISRouteProvider |
setRouteNotFoundBehavior(GISRouteNotFoundBehavior behavior) |
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).
|
Modifier and Type | Method | Description |
---|
getDistance, getPathData, getPathData, getPrecisionInMeters, isThrowError, setPrecisionInMeters, setThrowError
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDistance, getLength, getPathData, getPathData, getPositionAtOffset, getRoute, getRoute, getRoute, getRoute
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
-
How can we improve this article?
-