GDAL
|
This is the complete list of members for OGRCoordinateTransformation, including all inherited members.
Clone() const =0 | OGRCoordinateTransformation | pure virtual |
DestroyCT(OGRCoordinateTransformation *poCT) | OGRCoordinateTransformation | static |
FromHandle(OGRCoordinateTransformationH hCT) | OGRCoordinateTransformation | inlinestatic |
GetEmitErrors() const | OGRCoordinateTransformation | inlinevirtual |
GetInverse() const =0 | OGRCoordinateTransformation | pure virtual |
GetSourceCS() const =0 | OGRCoordinateTransformation | pure virtual |
GetTargetCS() const =0 | OGRCoordinateTransformation | pure virtual |
SetEmitErrors(bool) | OGRCoordinateTransformation | inlinevirtual |
ToHandle(OGRCoordinateTransformation *poCT) | OGRCoordinateTransformation | inlinestatic |
Transform(size_t nCount, double *x, double *y, double *z=nullptr, int *pabSuccess=nullptr) | OGRCoordinateTransformation | |
Transform(size_t nCount, double *x, double *y, double *z, double *t, int *pabSuccess)=0 | OGRCoordinateTransformation | pure virtual |
TransformBounds(const double xmin, const double ymin, const double xmax, const double ymax, double *out_xmin, double *out_ymin, double *out_xmax, double *out_ymax, const int densify_pts) | OGRCoordinateTransformation | inlinevirtual |
TransformWithErrorCodes(size_t nCount, double *x, double *y, double *z, double *t, int *panErrorCodes) | OGRCoordinateTransformation | virtual |
~OGRCoordinateTransformation() (defined in OGRCoordinateTransformation) | OGRCoordinateTransformation | inlinevirtual |