QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
19 #include "qgis_analysis.h"
120 return mEnabled == other.mEnabled
121 && mSourcePoint == other.mSourcePoint
122 && mDestinationPoint == other.mDestinationPoint
123 && mDestinationCrs == other.mDestinationCrs;
128 return !( *
this == other );
136 bool mEnabled =
true;
140 #endif //QGSGCPPOINT_H
Contains information about the context in which a coordinate transform is executed.
Contains properties of a ground control point (GCP).
const QgsCoordinateReferenceSystem & crs
bool operator==(const QgsGcpPoint &other) const
void setSourcePoint(QgsPointXY point)
Sets the source coordinates.
PointType
Coordinate point types.
bool isEnabled() const
Returns true if the point is currently enabled.
QgsPointXY destinationPoint() const
Returns the destination coordinates.
This class represents a coordinate reference system (CRS).
bool operator!=(const QgsGcpPoint &other) const
A class to represent a 2D point.
QgsPointXY sourcePoint() const
Returns the source coordinates.
void setDestinationPoint(QgsPointXY point)
Sets the destination coordinates.
void setEnabled(bool enabled)
Sets whether the point is currently enabled.