#include <ogr_spatialref.h>
Public Member Functions | |
virtual OGRSpatialReference * | GetSourceCS ()=0 |
virtual OGRSpatialReference * | GetTargetCS ()=0 |
virtual int | Transform (int nCount, double *x, double *y, double *z=NULL)=0 |
virtual int | TransformEx (int nCount, double *x, double *y, double *z=NULL, int *pabSuccess=NULL)=0 |
Also, see OGRCreateSpatialReference() for creating transformations.
|
Fetch internal source coordinate system. |
|
Fetch internal target coordinate system. |
|
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.
|
|
Transform points from source to destination space. This method is the same as the C function OCTTransformEx().
|