Package com.anylogic.engine.markup
- All Superinterfaces:
AnimationStaticLocationProvider,Serializable
- All Known Subinterfaces:
IPath<N>
- All Known Implementing Classes:
ConveyorPath,GISRoute,Path
public interface AnimationMovingLocationProvider extends AnimationStaticLocationProvider
| Modifier and Type | Method | Description |
|---|---|---|
Position | getPosition |
Returns position with offset corresponding to the given
value,
assuming that 0 is start and maxValue is end |
double | length() |
Returns the length of markup element, used e.g.
|
double | length |
Returns the length of markup element, used e.g.
|
Position getPosition(double value, double maxValue, Position out)
Returns position with offset corresponding to the given
value,
assuming that 0 is start and maxValue is end- Parameters:
value-maxValue-out-- Returns:
- position by offset
double length()
Returns the length of markup element, used e.g. for desired speed calculation
- Returns:
- the length of markup element
double length(LengthUnits units)
Returns the length of markup element, used e.g. for desired speed calculation
- Returns:
- the length of markup element
- Since:
- 7.1