19#include "qgis_analysis.h"
118 return mEnabled == other.mEnabled && mSourcePoint == other.mSourcePoint && mDestinationPoint == other.mDestinationPoint && mDestinationCrs == other.mDestinationCrs;
127 bool mEnabled =
true;
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.
QgsGcpPoint(const QgsPointXY &sourcePoint, const QgsPointXY &destinationPoint, const QgsCoordinateReferenceSystem &destinationPointCrs, bool enabled=true)
Constructor for QgsGcpPoint.
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.