QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Classes | Typedefs | Functions
qgscoordinatetransform.h File Reference
#include <QObject>
#include <QThreadStorage>
#include <QReadWriteLock>
#include "qgspoint.h"
#include "qgsrectangle.h"
#include "qgscsexception.h"
#include "qgscoordinatereferencesystem.h"
#include <iostream>
#include <vector>
Include dependency graph for qgscoordinatetransform.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsCoordinateTransform
 Class for doing transforms between two map coordinate systems. More...
 

Typedefs

typedef void * projCtx
 
typedef void * projPJ
 

Functions

std::ostream & operator<< (std::ostream &os, const QgsCoordinateTransform &r)
 Output stream operator. More...
 

Typedef Documentation

◆ projCtx

typedef void* projCtx

Definition at line 39 of file qgscoordinatetransform.h.

◆ projPJ

typedef void* projPJ

Definition at line 32 of file qgscoordinatetransform.h.

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const QgsCoordinateTransform r 
)
inline

Output stream operator.

Definition at line 320 of file qgscoordinatetransform.h.