OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimGeoref.h
Go to the documentation of this file.
1 #ifndef ossimGeoref_HEADER
2 #define ossimGeoref_HEADER
4 #include <ossim/base/ossimGpt.h>
5 
7 {
8 public:
9  ossimGeoref(const ossimString &georefString,
10  long precision);
11  ossimGeoref(const ossimGpt &groundPt);
12  ossimGeoref();
13 
28  ossimString toString(long precision);
29 
30 private:
32 
33  // This code belongs to Geotrans
34 
51  long Convert_Geodetic_To_GEOREF (double Latitude,
52  double Longitude,
53  long Precision,
54  char *georef);
55 
56 
65  long Convert_GEOREF_To_Geodetic (char *georef,
66  double *Latitude,
67  double *Longitude);
68 };
69 
70 #endif
#define OSSIMDLLEXPORT
ossimGpt thePt
Definition: ossimGeoref.h:31