OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimWgs72Datum.h
Go to the documentation of this file.
1 //*******************************************************************
2 //
3 // License: See top level LICENSE.txt file.
4 //
5 // Author: Garrett Potts (gpotts@imagelinks.com)
6 //
7 // Description:
8 //
9 // Wgs72Datum. Special hardcoded datum. It will create a static
10 // instance of a Wgs72Ellipsoid and set the initial defaults for
11 // that are specific to a Wgs72Datum
12 //*******************************************************************
13 // $ID$
14 #ifndef ossimWgs72Datum_HEADER
15 #define ossimWgs72Datum_HEADER
17 
19 {
20 public:
22 
23  virtual ~ossimWgs72Datum(){}
24  virtual ossimGpt shift(const ossimGpt &aPt)const;
25  virtual ossimGpt shiftToWgs84(const ossimGpt &aPt)const;
26  virtual ossimGpt shiftFromWgs84(const ossimGpt &aPt)const;
27 
29 };
30 
31 #endif
virtual ossimGpt shiftToWgs84(const ossimGpt &aPt) const
#define OSSIMDLLEXPORT
virtual ~ossimWgs72Datum()
virtual ossimGpt shiftFromWgs84(const ossimGpt &aPt) const
virtual ossimGpt shift(const ossimGpt &aPt) const