TOMASuplUncertainty Class Reference

class TOMASuplUncertainty

TOMASuplUncertainty holds latitude/longitude uncertainty code associated with the major axis and minor axis in meters. TOMASuplUncertainty also holds the orientation in degrees of the major axis with respect to North.

Since
Series 60 3.1u

Constructor & Destructor Documentation

TOMASuplUncertainty()

IMPORT_CTOMASuplUncertainty()

Member Functions Documentation

GetUncertainty(TInt &, TInt &, TInt &)

IMPORT_C voidGetUncertainty(TInt &aUncertaintySemiMajor,
TInt &aUncertaintySemiMinor,
TInt &aOrientationMajorAxis
)const

GetUncertainty retrives values for different Uncertainty parameters

Parameters

TInt & aUncertaintySemiMajorA reference parameter that holds the semi major axis uncertainty in meters.
TInt & aUncertaintySemiMinorA reference parameter that holds the semi minor axis uncertainty in meters.
TInt & aOrientationMajorAxisA reference parameter that holds the major Axis orientation in angles with respect to North.

SetUncertainty(TInt, TInt, TInt)

IMPORT_C TIntSetUncertainty(TIntaUncertaintySemiMajor,
TIntaUncertaintySemiMinor,
TIntaOrientationMajorAxis
)

SetUncertainty sets values for different uncertainty parameters

Parameters

TInt aUncertaintySemiMajorParameter for semi major axis uncertainty in meters. Valid range is 0 to 127
TInt aUncertaintySemiMinorParameter for semi minor axis uncertainity in meters. Valid range is 0 to 127
TInt aOrientationMajorAxisParameter for major axis orientation in degrees with respect to North. Valid range is 0 to 180.

SetUncertainty(const TOMASuplUncertainty &)

TInt SetUncertainty(const TOMASuplUncertainty &aUncertainty)

An Internal method not be used

Parameters

const TOMASuplUncertainty & aUncertainty

Member Data Documentation

TInt iOrientationMajorAxis

TInt iOrientationMajorAxis[private]

TInt iUncertaintySemiMajor

TInt iUncertaintySemiMajor[private]

TInt iUncertaintySemiMinor

TInt iUncertaintySemiMinor[private]