|
| virtual OGRSpatialReference * | GetSourceCS () override |
| |
| virtual OGRSpatialReference * | GetTargetCS () override |
| |
| virtual int | Transform (int nCount, double *x, double *y, double *z=nullptr) override |
| |
| virtual int | TransformEx (int nCount, double *x, double *y, double *z=nullptr, int *panSuccess=nullptr) override |
| |
| virtual bool | GetEmitErrors () override |
| |
| virtual void | SetEmitErrors (bool bEmitErrors) override |
| |
| virtual OGRSpatialReference * | GetSourceCS ()=0 |
| |
| virtual OGRSpatialReference * | GetTargetCS ()=0 |
| |
| virtual bool | GetEmitErrors () |
| |
| virtual void | SetEmitErrors (bool) |
| |
| virtual int | Transform (int nCount, double *x, double *y, double *z=nullptr)=0 |
| |
| virtual int | TransformEx (int nCount, double *x, double *y, double *z=nullptr, int *pabSuccess=nullptr)=0 |
| |
◆ GetEmitErrors()
| virtual bool OGRProj4CT::GetEmitErrors |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetSourceCS()
◆ GetTargetCS()
◆ SetEmitErrors()
| virtual void OGRProj4CT::SetEmitErrors |
( |
bool |
| ) |
|
|
inlineoverridevirtual |
◆ Transform()
| int OGRProj4CT::Transform |
( |
int |
nCount, |
|
|
double * |
x, |
|
|
double * |
y, |
|
|
double * |
z = nullptr |
|
) |
| |
|
overridevirtual |
Transform points from source to destination space.
This method is the same as the C function OCTTransform().
The method TransformEx() allows extended success information to be captured indicating which points failed to transform.
- Parameters
-
| nCount | number of points to transform. |
| x | array of nCount X vertices, modified in place. |
| y | array of nCount Y vertices, modified in place. |
| z | array of nCount Z vertices, modified in place. |
- Returns
- TRUE on success, or FALSE if some or all points fail to transform.
Implements OGRCoordinateTransformation.
References CPLMalloc().
◆ TransformEx()
| int OGRProj4CT::TransformEx |
( |
int |
nCount, |
|
|
double * |
x, |
|
|
double * |
y, |
|
|
double * |
z = nullptr, |
|
|
int * |
pabSuccess = nullptr |
|
) |
| |
|
overridevirtual |
Transform an array of points
- Parameters
-
| nCount | Number of points |
| x | Array of nCount x values. |
| y | Array of nCount y values. |
| z | Array of nCount z values. |
| pabSuccess | Output array of nCount value that will be set to TRUE/FALSE |
- Returns
- TRUE or FALSE
Implements OGRCoordinateTransformation.
The documentation for this class was generated from the following file: