com.metaio.sdk.jni
Class SensorValues

java.lang.Object
  extended by com.metaio.sdk.jni.SensorValues

public class SensorValues
extends Object


Constructor Summary
SensorValues()
           
SensorValues(long cPtr, boolean cMemoryOwn)
           
SensorValues(SensorValues other)
           
 
Method Summary
 void delete()
           
 Rotation getAttitude()
           
 double getAttitudeTimestamp()
           
static long getCPtr(SensorValues obj)
           
 boolean getDeviceIsMoving()
           
 Vector3d getGravity()
           
 double getGravityTimestamp()
           
 float getHeading()
           
 double getHeadingTimestamp()
           
 LLACoordinate getLocation()
           
 void setAttitude(Rotation value)
           
 void setAttitudeTimestamp(double value)
           
 void setDeviceIsMoving(boolean value)
           
 void setGravity(Vector3d value)
           
 void setGravityTimestamp(double value)
           
 void setHeading(float value)
           
 void setHeadingTimestamp(double value)
           
 void setLocation(LLACoordinate value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SensorValues

public SensorValues(long cPtr,
                    boolean cMemoryOwn)

SensorValues

public SensorValues()

SensorValues

public SensorValues(SensorValues other)
Method Detail

getCPtr

public static long getCPtr(SensorValues obj)

delete

public void delete()

setLocation

public void setLocation(LLACoordinate value)

getLocation

public LLACoordinate getLocation()

setGravity

public void setGravity(Vector3d value)

getGravity

public Vector3d getGravity()

setGravityTimestamp

public void setGravityTimestamp(double value)

getGravityTimestamp

public double getGravityTimestamp()

setHeading

public void setHeading(float value)

getHeading

public float getHeading()

setHeadingTimestamp

public void setHeadingTimestamp(double value)

getHeadingTimestamp

public double getHeadingTimestamp()

setAttitude

public void setAttitude(Rotation value)

getAttitude

public Rotation getAttitude()

setAttitudeTimestamp

public void setAttitudeTimestamp(double value)

getAttitudeTimestamp

public double getAttitudeTimestamp()

setDeviceIsMoving

public void setDeviceIsMoving(boolean value)

getDeviceIsMoving

public boolean getDeviceIsMoving()