Go to the documentation of this file.
4 #include <vapor/MyBase.h>
38 int Initialize(
string srcdef,
string dstdef);
66 int Transform(
double *x,
double *y,
size_t n,
int offset=1)
const;
67 int Transform(
double *x,
double *y,
double *z,
size_t n,
int offset=1)
const;
78 bool IsLatLonSrc()
const;
89 bool IsLatLonDst()
const;
91 bool IsGeocentSrc()
const;
92 bool IsGeocentDst()
const;
95 string GetSrcStr()
const;
98 string GetDstStr()
const;
105 string ProjErr()
const;