#include <ogr_spatialref.h>
Inheritance diagram for OGRCoordinateTransformation:
Public Member Functions | |
virtual OGRSpatialReference * | GetSourceCS ()=0 |
virtual OGRSpatialReference * | GetTargetCS ()=0 |
virtual int | Transform (int nCount, double *x, double *y, double *z=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().
|