Uses of Class
com.metaio.sdk.jni.LLACoordinate

Packages that use LLACoordinate
com.metaio.sdk   
com.metaio.sdk.jni   
 

Uses of LLACoordinate in com.metaio.sdk
 

Methods in com.metaio.sdk that return LLACoordinate
 LLACoordinate SensorsComponentAndroid.getLocation()
           
 

Methods in com.metaio.sdk with parameters of type LLACoordinate
 void SensorsComponentAndroid.Callback.onLocationSensorChanged(LLACoordinate location)
          Called when GPS provide new reading
 void SensorsComponentAndroid.setManualLocation(LLACoordinate location)
          Set manual LLA location, all updates from LocationManager will be ignore after this call, until SensorsComponentAndroid.resetManualLocation() is called
 

Uses of LLACoordinate in com.metaio.sdk.jni
 

Methods in com.metaio.sdk.jni that return LLACoordinate
 LLACoordinate Pose.getLlaCoordinate()
          if we have gloval coordinate frame;
 LLACoordinate TrackingValues.getLlaCoordinate()
           
 LLACoordinate ISensorsComponent.getLocation()
          location as LLA coordinates
 LLACoordinate SensorValues.getLocation()
           
 LLACoordinate IGeometry.getTranslationLLA()
          The LLA (latitude, longitude, altitude) coordinate of the geometry.
 

Methods in com.metaio.sdk.jni with parameters of type LLACoordinate
 boolean LLACoordinate.equals(LLACoordinate rhs)
           
static long LLACoordinate.getCPtr(LLACoordinate obj)
           
 void Pose.setLlaCoordinate(LLACoordinate value)
          if we have gloval coordinate frame;
 void TrackingValues.setLlaCoordinate(LLACoordinate value)
           
 void SensorValues.setLocation(LLACoordinate value)
           
 void ISensorsComponent.setManualLocation(LLACoordinate location)
           
 void IGeometry.setTranslationLLA(LLACoordinate llaCoorindate)
          The system will then adjust its Cartesian offset in the renderer accordingly.
 

Constructors in com.metaio.sdk.jni with parameters of type LLACoordinate
LLACoordinate(LLACoordinate other)