TPositionCalc Class Reference

#include <lbspositioncalc.h>

class TPositionCalc
Public Member Functions
IMPORT_C TIntGetBearing(const TCoordinate &, const TCoordinate &, TReal32 &)
IMPORT_C TIntGetBearing(const TLocality &, const TLocality &, TReal32 &, TReal32 &)
IMPORT_C TIntGetDistance(const TCoordinate &, const TCoordinate &, TReal32 &)
IMPORT_C TIntGetDistance(const TLocality &, const TLocality &, TReal32 &, TReal32 &)
IMPORT_C TIntGetSpeed(const TPosition &, const TPosition &, TReal32 &)
IMPORT_C TIntGetSpeed(const TPosition &, const TPosition &, TReal32 &, TReal32 &)
IMPORT_C TIntTranslate(const TCoordinate &, const TReal32 &, const TReal32 &, TCoordinate &)

Member Function Documentation

GetBearing ( const TCoordinate &, const TCoordinate &, TReal32 & )

IMPORT_C TIntGetBearing(const TCoordinate &aStartCoor,
const TCoordinate &aStopCoor,
TReal32 &aBearing
)[static]

GetBearing ( const TLocality &, const TLocality &, TReal32 &, TReal32 & )

IMPORT_C TIntGetBearing(const TLocality &aStartLoc,
const TLocality &aStopLoc,
TReal32 &aBearing,
TReal32 &aDelta
)[static]

GetDistance ( const TCoordinate &, const TCoordinate &, TReal32 & )

IMPORT_C TIntGetDistance(const TCoordinate &aStartCoor,
const TCoordinate &aStopCoor,
TReal32 &aDistance
)[static]

GetDistance ( const TLocality &, const TLocality &, TReal32 &, TReal32 & )

IMPORT_C TIntGetDistance(const TLocality &aStartLoc,
const TLocality &aStopLoc,
TReal32 &aDistance,
TReal32 &aDelta
)[static]

GetSpeed ( const TPosition &, const TPosition &, TReal32 & )

IMPORT_C TIntGetSpeed(const TPosition &aStartPos,
const TPosition &aStopPos,
TReal32 &aSpeed
)[static]

GetSpeed ( const TPosition &, const TPosition &, TReal32 &, TReal32 & )

IMPORT_C TIntGetSpeed(const TPosition &aStartPos,
const TPosition &aStopPos,
TReal32 &aSpeed,
TReal32 &aDelta
)[static]

Translate ( const TCoordinate &, const TReal32 &, const TReal32 &, TCoordinate & )

IMPORT_C TIntTranslate(const TCoordinate &aStartCoor,
const TReal32 &aDistance,
const TReal32 &aBearing,
TCoordinate &aStopCoor
)[static]