QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Go to the documentation of this file.
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();
113 #endif // QGSQUICKCOORDINATETRANSFORMER_H
Contains information about the context in which a coordinate transform is executed.
Point geometry type, with support for z-dimension and m-values.
This class represents a coordinate reference system (CRS).