VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
terrainqt
geodeticCoordinateSystem.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2003 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: geodeticCoordinateSystem.h,v $ $Revision: 1.10 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef geodeticCoordinateSystem_H_
13
#define geodeticCoordinateSystem_H_
14
15
#include "
terrainqt/terrainCoordinateSystems.h
"
16
17
#include "
terrainqt/terrainqtDefines.h
"
18
class
DT_DLL_terrainqt
DtGeodeticCoordinateSystemDMS
:
public
DtTerrainCoordinateSystem
19
{
20
Q_OBJECT
21
22
public
:
23
DtGeodeticCoordinateSystemDMS
(
const
DtUnitDisplayManager
*);
24
virtual
~
DtGeodeticCoordinateSystemDMS
();
25
26
virtual
QString
name
();
27
virtual
QString
xLabelFor
()
const
;
28
virtual
QString
yLabelFor
()
const
;
29
virtual
QString
zLabelFor
()
const
;
30
virtual
QStringList
convertPositionToStringList
(
const
Coordinate_System
* cs,
const
DtVector
& geocPos)
const
;
31
32
virtual
DtGridLineChoiceMap
gridLineChoices
(
const
QString& units)
const
;
33
37
virtual
void
convertToGeocentric
(
const
DtStringLocation
& in,
const
Coordinate_System
* cs,
DtVector
& vector)
const
;
38
41
virtual
void
convertFromGeocentric
(
const
Coordinate_System
* cs,
42
const
DtVector
& vector,
DtStringLocation
& out)
const
;
43
47
virtual
double
convertToDegrees(
const
QString& str,
int
prec = 1)
const
;
48
51
virtual
double
speed
(
const
Coordinate_System
* cs,
const
DtVector
& location,
const
DtVector
& velocity)
const
;
52
55
virtual
DtVector
velocity
(
const
Coordinate_System
* cs,
const
DtVector
& location,
const
DtVector
& velocity)
const
;
56
59
virtual
DtVector
acceleration
(
const
Coordinate_System
* cs,
const
DtVector
& location,
const
DtVector
& acl)
const
;
60
63
virtual
DtVector
rotationalVelocity
(
const
Coordinate_System
* cs,
const
DtVector
& location,
const
DtVector
& rtVel)
const
;
64
66
virtual
DtTaitBryan
localOrientationFor
(
const
DtVector
& location,
const
DtTaitBryan& geocOri)
const
;
67
virtual
DtTaitBryan
headingPitchRollFor
(
const
DtVector
& location,
const
DtTaitBryan& geocOri)
const
;
68
virtual
QString
formatSourceToDestination
(
double
val,
const
QString& unitDisplay,
const
QString& source,
69
const
QString& destination)
const
;
70
72
virtual
QString
formatToPrecision
(
double
d)
const
;
73
74
virtual
QString
locationLabelFor
();
75
76
protected
:
77
QHash<QString, double>
myMapGeodChoiceToDouble
;
78
};
79
80
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)