19#include "qgis_analysis.h"
118 return mEnabled == other.mEnabled
119 && mSourcePoint == other.mSourcePoint
120 && mDestinationPoint == other.mDestinationPoint
121 && mDestinationCrs == other.mDestinationCrs;
126 return !( *
this == other );
133 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