Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

ogr_spatialref.h File Reference

#include "ogr_srs_api.h"

Go to the source code of this file.

Functions

OGRCoordinateTransformationOGRCreateCoordinateTransformation (OGRSpatialReference *poSource, OGRSpatialReference *poTarget)


Detailed Description

Coordinate systems services.

Function Documentation

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.

Parameters:
poSource source spatial reference system.
poTarget target spatial reference system.
Returns:
NULL on failure or a ready to use transformation object.


Generated on Tue Mar 15 07:12:56 2005 for OGR by  doxygen 1.4.0