| Package | Description |
|---|---|
| net.maritimecloud.util.geometry |
Contains geometry based utility classes.
|
| net.maritimecloud.util.units |
Contains commonly used units of measurement.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static SpeedUnit |
SpeedUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpeedUnit[] |
SpeedUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2015 Danish Maritime Authority. All rights reserved.