64 int Transform(
double *x,
double *y,
size_t n,
int offset = 1)
const;
65 int Transform(
double *x,
double *y,
double *z,
size_t n,
int offset = 1)
const;
66 int Transform(
float *x,
float *y,
size_t n,
int offset = 1)
const;
67 int Transform(
float *x,
float *y,
float *z,
size_t n,
int offset = 1)
const;
100 int Transform(
string srcdef,
string dstdef,
double *x,
double *y,
double *z,
size_t n,
int offset)
const;
101 int Transform(
string srcdef,
string dstdef,
float *x,
float *y,
float *z,
size_t n,
int offset)
const;
114 void Clamp(
double *x,
double *y,
size_t n,
int offset)
const;
127 int _Initialize(
string srcdef,
string dstdef,
void **pjSrc,
void **pjDst)
const;
129 int _Transform(
void *pjSrc,
void *pjDst,
double *x,
double *y,
double *z,
size_t n,
int offset)
const;
131 int _Transform(
void *pjSrc,
void *pjDst,
float *x,
float *y,
float *z,
size_t n,
int offset)
const;
int Transform(string srcdef, string dstdef, double *x, double *y, double *z, size_t n, int offset) const
int Transform(double *x, double *y, double *z, size_t n, int offset=1) const
int Transform(string srcdef, string dstdef, float *x, float *y, float *z, size_t n, int offset) const
int Transform(float *x, float *y, size_t n, int offset=1) const
string GetDstStr() const
Return the current destination projection definition string.
bool IsGeocentSrc() const
void Clamp(double *x, double *y, size_t n, int offset) const
int Initialize(string srcdef, string dstdef)
int Transform(float *x, float *y, float *z, size_t n, int offset=1) const
bool IsCylindrical() const
bool IsGeocentDst() const
int Transform(double *x, double *y, size_t n, int offset=1) const
string GetSrcStr() const
Return the current source projection definition string.