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;
68 int Transform(
float *x,
float *y,
size_t n,
int offset=1)
const;
69 int Transform(
float *x,
float *y,
float *z,
size_t n,
int offset=1)
const;
80 bool IsLatLonSrc()
const;
91 bool IsLatLonDst()
const;
93 bool IsGeocentSrc()
const;
94 bool IsGeocentDst()
const;
97 string GetSrcStr()
const;
100 string GetDstStr()
const;
107 string ProjErr()
const;
113 void Clamp(
double *x,
double *y,
size_t n,
int offset)
const;