Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
Rows.Z_UNITS |
Rows.getZUnits() |
static Rows.Z_UNITS |
Rows.Z_UNITS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Rows.Z_UNITS[] |
Rows.Z_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.setZUnits(Rows.Z_UNITS z_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) |