QGIS API Documentation  2.0.1-Dufour
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Typedefs | Functions
qgscoordinatetransform.h File Reference
#include <QObject>
#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 * projPJ

Functions

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

Typedef Documentation

typedef void* projPJ

Definition at line 30 of file qgscoordinatetransform.h.

Function Documentation

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