Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
Rows.SPEED_UNITS |
Rows.getSpeedUnits() |
static Rows.SPEED_UNITS |
Rows.SPEED_UNITS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Rows.SPEED_UNITS[] |
Rows.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 |
---|---|
Rows |
Rows.setSpeedUnits(Rows.SPEED_UNITS speed_units) |
Constructor and Description |
---|
Rows(int timeout,
double lat,
double lon,
float z,
Rows.Z_UNITS z_units,
float speed,
Rows.SPEED_UNITS speed_units,
double bearing,
double cross_angle,
float width,
float length,
float hstep,
short coff,
short alternation,
short flags,
java.lang.String custom) |