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;
This class represents a coordinate reference system (CRS).
Contains information about the context in which a coordinate transform is executed.
Contains properties of a ground control point (GCP).
PointType
Coordinate point types.
void setSourcePoint(QgsPointXY point)
Sets the source coordinates.
void setEnabled(bool enabled)
Sets whether the point is currently enabled.
bool operator==(const QgsGcpPoint &other) const
bool operator!=(const QgsGcpPoint &other) const
QgsPointXY sourcePoint() const
Returns the source coordinates.
void setDestinationPoint(QgsPointXY point)
Sets the destination coordinates.
QgsPointXY destinationPoint() const
Returns the destination coordinates.
bool isEnabled() const
Returns true if the point is currently enabled.
A class to represent a 2D point.
const QgsCoordinateReferenceSystem & crs