VR-Forces 4.1.1 Class Documentation
DtGeodeticDecCoordinateDisplay.h
Go to the documentation of this file.
1 /********************************************************************
2  * Copyright (c) 2011 MaK Technologies, Inc.
3  * All rights reserved.
4  ********************************************************************/
5 /********************************************************************
6  * $RCSfile: DtGeodeticDecCoordinateDisplay.h,v $ $Revision: 1.8 $ $State: Exp $
7  ********************************************************************/
8 
12 
13 #pragma once
14 #include <vrvUtil/vrvUtil.h>
16 
17 namespace makVrv
18 {
19 
24  {
25 
26  public:
27 
29 
31 
32  DtCoordinateDisplay* clone() const;
33 
34  virtual DtUnicode name();
35 
37  virtual DtUnicode northSouthGridLabel(
39  const DtVector& geocPos, int decimals, double gridSpacing );
40 
42  virtual DtUnicode eastWestGridLabel(
44  const DtVector& geocPos, int decimals, double gridSpacing );
45 
49  virtual std::vector<std::string> convertPositionToStringList(
51  const DtVector& geocPos, int decimals );
52 
56  virtual void convertToGeocentric(
57  const std::string& x, const std::string& y, const std::string& z,
60  DtVector& vector );
61 
65  virtual void regularExpressionValidator( std::string& x,
66  std::string& y, std::string& z );
67 
68  };
69 
70 }

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)