VR-Forces 4.1.1 Class Documentation
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 
16 
19 {
20  Q_OBJECT
21 
22 public:
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)