VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
terrainqt
geodeticCoordinateSystemDDD.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2005 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: geodeticCoordinateSystemDDD.h,v $ $Revision: 1.4 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef geodeticCoordinateSystemDDD_H_
13
#define geodeticCoordinateSystemDDD_H_
14
15
#include "
terrainqt/geodeticCoordinateSystem.h
"
16
17
#include "
terrainqt/terrainqtDefines.h
"
18
class
DT_DLL_terrainqt
DtGeodeticCoordinateSystemDDD
:
public
DtGeodeticCoordinateSystemDMS
19
{
20
Q_OBJECT
21
22
public
:
23
DtGeodeticCoordinateSystemDDD
(
const
DtUnitDisplayManager
*);
24
virtual
~
DtGeodeticCoordinateSystemDDD
();
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
35
virtual
void
convertToGeocentric
(
const
DtStringLocation
& in,
const
Coordinate_System
* cs,
DtVector
& vector)
const
;
36
39
virtual
void
convertFromGeocentric
(
const
Coordinate_System
* cs,
40
const
DtVector
& vector,
DtStringLocation
& out)
const
;
41
virtual
QString
formatToPrecision
(
double
d)
const
;
42
43
virtual
QString
locationLabelFor
();
44
};
45
46
#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
)