org.android.activityminer.model.timeseries
Class DimensionIds

Package class diagram package DimensionIds
java.lang.Object
  extended by org.android.activityminer.model.timeseries.DimensionIds

public class DimensionIds
extends Object

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

ACC_MAGNITUDE

public static final int ACC_MAGNITUDE
The norm ( sqrt( accx^2 + accy^2 + accz^2) ), respectively the magnitude of acceleration (to ignore the device orientation).

See Also:
Constant Field Values

ACC_X

public static final int ACC_X
The x-axis acceleration

See Also:
Constant Field Values

ACC_Y

public static final int ACC_Y
The y-axis acceleration

See Also:
Constant Field Values

ACC_Z

public static final int ACC_Z
The z-axis acceleration

See Also:
Constant Field Values

ACC_GX

public static final int ACC_GX
TThe force of gravity for axis x

See Also:
Constant Field Values

ACC_GY

public static final int ACC_GY
The force of gravity for axis y

See Also:
Constant Field Values

ACC_GZ

public static final int ACC_GZ
The force of gravity for axis z

See Also:
Constant Field Values

ACC_H_MAGNITUDE

public static final int ACC_H_MAGNITUDE
The magnitude of horizontal acceleration

See Also:
Constant Field Values

ACC_V_MAGNITUDE

public static final int ACC_V_MAGNITUDE
The magnitude of vertical acceleration

See Also:
Constant Field Values

LOC_LONGITUDE

public static final int LOC_LONGITUDE
The location longitude.

See Also:
Constant Field Values

LOC_LATITUDE

public static final int LOC_LATITUDE
The location latitude.

See Also:
Constant Field Values

LOC_SPEED

public static final int LOC_SPEED
The speed over ground from the network location provider.

See Also:
Constant Field Values
Constructor Detail

DimensionIds

public DimensionIds()