16 #ifndef QGSQUICKCOORDINATETRANSFORMER_H 
   17 #define QGSQUICKCOORDINATETRANSFORMER_H 
   23 #include "qgis_quick.h" 
   45     Q_PROPERTY( 
QgsPoint projectedPosition READ projectedPosition NOTIFY projectedPositionChanged )
 
   48     Q_PROPERTY( 
QgsPoint sourcePosition READ sourcePosition WRITE setSourcePosition NOTIFY sourcePositionChanged )
 
   70     void setSourcePosition( 
const QgsPoint &sourcePosition );
 
  107     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.