VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtGeocentricCoordinateDisplay.h
Go to the documentation of this file.
1 /********************************************************************
2  * Copyright (c) 2020 MaK Technologies, Inc.
3  * All rights reserved.
4  ********************************************************************/
5 
9 
10 #pragma once
12 
13 namespace makVrv
14 {
15 
19  : public DtCoordinateDisplay
20  {
21  public:
22 
24 
26 
27  DtCoordinateDisplay* clone() const;
28 
29  virtual DtUnicode name() const;
30 
33 
36 
39 
40  virtual DtUnicode xAxisLabel() const;
41  virtual DtUnicode yAxisLabel() const;
42  virtual DtUnicode zAxisLabel() const;
43 
46  virtual DtUnicode northSouthGridLabel( DistanceUnits unit,
47  const DtVector& geocPos, int decimals, double gridSpacing, bool minimal = false) override;
48 
51  virtual DtUnicode eastWestGridLabel( DistanceUnits unit,
52  const DtVector& geocPos, int decimals, double gridSpacing, bool minimal = false) override;
53 
55  virtual std::vector<std::string> convertPositionToStringList(
57  const DtVector& geocPos, int decimals) const override;
58 
65  virtual std::vector<DtUnicode> convertPositionToNotatedStringList(
66  DistanceUnits unit, DtUnicode unitNotation, const DtVector& geocPos, int decimals, bool minimal = false) const override;
67 
71  virtual void convertToGeocentric(
72  const std::string& x, const std::string& y, const std::string& z,
75  DtVector& vector );
76 
78  virtual DtVector convertFromGeocentric( const DtVector& geoc ) const;
79 
81  virtual DtTaitBryan headingPitchRollFor( const DtVector& location,
82  const DtTaitBryan& geocOri ) const;
83 
85  virtual DtTaitBryan localOrientationFor( const DtVector& location,
86  const DtTaitBryan& geocOri ) const;
87 
88  virtual DtVector geocToLocalVector( const DtVector& geocLoc,
89  const DtVector& geocVec ) const;
90 
93  virtual void regularExpressionValidator( std::string& x,
94  std::string& y, std::string& z );
95 
96  };
97 
98 }
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
#define DT_DLL_VRVUTIL
Definition: vrvUtil.h:34
Contains the DtCoordinateSystemDisplay class declaration.
Abstract interface class for all coordinate system displays.
Definition: DtCoordinateDisplay.h:24
DistanceUnits
Enumeration of the different distance units.
Definition: DtDisplayUnitsSettingsRecord.h:57
The geocentric coordinate display information for the GUI.
Definition: DtGeocentricCoordinateDisplay.h:18
The DtCoordinateSystem is used to manage the current coordinate system of the scene.
Definition: DtCoordinateSystem.h:40

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)