Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
DesiredPath.SPEED_UNITS |
DesiredPath.getSpeedUnits() |
static DesiredPath.SPEED_UNITS |
DesiredPath.SPEED_UNITS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DesiredPath.SPEED_UNITS[] |
DesiredPath.SPEED_UNITS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DesiredPath |
DesiredPath.setSpeedUnits(DesiredPath.SPEED_UNITS speed_units) |
Constructor and Description |
---|
DesiredPath(long path_ref,
double start_lat,
double start_lon,
float start_z,
DesiredPath.START_Z_UNITS start_z_units,
double end_lat,
double end_lon,
float end_z,
DesiredPath.END_Z_UNITS end_z_units,
float speed,
DesiredPath.SPEED_UNITS speed_units,
float lradius,
short flags) |