OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimNadconNasDatum.h
Go to the documentation of this file.
1 #ifndef ossimNadconNasDatum_HEADER
2 #define ossimNadconNasDatum_HEADER 1
3 
7 
9 {
10 public:
11  ossimNadconNasDatum(const ossimFilename& nadconDirectory);
12 
13  // Argument holds the source point and datum. Returns another
14  // point with this datum.
15  //
16  virtual ossimGpt shift(const ossimGpt &aPt)const;
18 };
19 
20 #endif
virtual ossimGpt shift(const ossimGpt &aPt) const
#define OSSIM_DLL