OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
include
ossim
base
ossimGeoref.h
Go to the documentation of this file.
1
#ifndef ossimGeoref_HEADER
2
#define ossimGeoref_HEADER
3
#include <
ossim/base/ossimString.h
>
4
#include <
ossim/base/ossimGpt.h
>
5
6
class
OSSIMDLLEXPORT
ossimGeoref
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
:
31
ossimGpt
thePt
;
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
ossimGeoref
Definition:
ossimGeoref.h:6
OSSIMDLLEXPORT
#define OSSIMDLLEXPORT
Definition:
ossimConstants.h:71
ossimGeoref::thePt
ossimGpt thePt
Definition:
ossimGeoref.h:31
ossimGpt
Definition:
ossimGpt.h:31
ossimString.h
ossimGpt.h
ossimString
Definition:
ossimString.h:22
Generated on Fri Aug 3 2018 08:46:48 for OSSIM - Open Source Software Image Map by
1.8.14