Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
GpsFix.TYPE |
GpsFix.getType() |
static GpsFix.TYPE |
GpsFix.TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GpsFix.TYPE[] |
GpsFix.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GpsFix |
GpsFix.setType(GpsFix.TYPE type) |
Constructor and Description |
---|
GpsFix(int validity,
GpsFix.TYPE type,
int utc_year,
short utc_month,
short utc_day,
float utc_time,
double lat,
double lon,
float height,
short satellites,
float cog,
float sog,
float hdop,
float vdop,
float hacc,
float vacc) |