#include "ogr_srs_api.h"Go to the source code of this file.
Classes | |
| class | OGR_SRSNode |
| class | OGRSpatialReference |
| class | OGRCoordinateTransformation |
Functions | |
| OGRCoordinateTransformation * | OGRCreateCoordinateTransformation (OGRSpatialReference *poSource, OGRSpatialReference *poTarget) |
| OGRCoordinateTransformation* OGRCreateCoordinateTransformation | ( | OGRSpatialReference * | poSource, | |
| OGRSpatialReference * | poTarget | |||
| ) |
Create transformation object.
This is the same as the C function OCTNewCoordinateTransformation().
The delete operator, or OCTDestroyCoordinateTransformation() should be used to destroy transformation objects.
| poSource | source spatial reference system. | |
| poTarget | target spatial reference system. |
1.5.1.