|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.android.activityminer.model.timeseries.DimensionIds
public class DimensionIds
The unique dimension identifiers
| Field Summary | |
|---|---|
static int |
ACC_GX
TThe force of gravity for axis x |
static int |
ACC_GY
The force of gravity for axis y |
static int |
ACC_GZ
The force of gravity for axis z |
static int |
ACC_H_MAGNITUDE
The magnitude of horizontal acceleration |
static int |
ACC_MAGNITUDE
The norm ( sqrt( accx^2 + accy^2 + accz^2) ), respectively the magnitude of acceleration (to ignore the device orientation). |
static int |
ACC_V_MAGNITUDE
The magnitude of vertical acceleration |
static int |
ACC_X
The x-axis acceleration |
static int |
ACC_Y
The y-axis acceleration |
static int |
ACC_Z
The z-axis acceleration |
static int |
LOC_LATITUDE
The location latitude. |
static int |
LOC_LONGITUDE
The location longitude. |
static int |
LOC_SPEED
The speed over ground from the network location provider. |
| Constructor Summary | |
|---|---|
DimensionIds()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ACC_MAGNITUDE
public static final int ACC_X
public static final int ACC_Y
public static final int ACC_Z
public static final int ACC_GX
public static final int ACC_GY
public static final int ACC_GZ
public static final int ACC_H_MAGNITUDE
public static final int ACC_V_MAGNITUDE
public static final int LOC_LONGITUDE
public static final int LOC_LATITUDE
public static final int LOC_SPEED
| Constructor Detail |
|---|
public DimensionIds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||