| Package | Description |
|---|---|
| net.maritimecloud.util.geometry |
Contains geometry based utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
PositionReaderSimulator |
PositionReaderSimulator.setSpeedFixed(double speed,
SpeedUnit speedUnit)
Sets a fixed speed for the vessel.
|
PositionReaderSimulator |
PositionReaderSimulator.setSpeedVariable(double minSpeed,
double maxSpeed,
SpeedUnit speedUnit)
Sets a variable speed for the vessel.
|
PositionReaderSimulator |
PositionReaderSimulator.setTimeSource(java.util.function.LongSupplier timeSource)
Sets the time source that is used to determine how long duration has passed between succint invocations of
PositionReader.getCurrentPosition(). |
PositionReaderSimulator |
PositionReaderSimulator.setTimeSourceFixedSlice(long milliesIncrement)
Sets a deterministic time source that increment the time with the specified amount of milliseconds every time.
|
Copyright © 2012–2015 Danish Maritime Authority. All rights reserved.