16 #ifndef QGSQUICKCOORDINATETRANSFORMER_H 
   17 #define QGSQUICKCOORDINATETRANSFORMER_H 
   23 #include "qgis_quick.h" 
   44     Q_PROPERTY( 
QgsPoint projectedPosition READ projectedPosition NOTIFY projectedPositionChanged )
 
   47     Q_PROPERTY( 
QgsPoint sourcePosition READ sourcePosition WRITE setSourcePosition NOTIFY sourcePositionChanged )
 
   69     void setSourcePosition( 
const QgsPoint &sourcePosition );
 
  106     void updatePosition();
 
This class represents a coordinate reference system (CRS).
Contains information about the context in which a coordinate transform is executed.
Point geometry type, with support for z-dimension and m-values.