|
| QgsGDALGeorefTransform (bool useTPS, unsigned int polynomialOrder) |
| Constructor for QgsGDALGeorefTransform. More...
|
|
| ~QgsGDALGeorefTransform () override |
|
QgsGcpTransformerInterface * | clone () const override |
| Clones the transformer, returning a new copy of the transformer with the same parameters as this one. More...
|
|
GDALTransformerFunc | GDALTransformer () const override |
| Returns function pointer to the GDALTransformer function. More...
|
|
void * | GDALTransformerArgs () const override |
| Returns pointer to the GDALTransformer arguments. More...
|
|
TransformMethod | method () const override |
| Returns the transformation method. More...
|
|
int | minimumGcpCount () const override |
| Returns the minimum number of Ground Control Points (GCPs) required for parameter fitting. More...
|
|
bool | updateParametersFromGcps (const QVector< QgsPointXY > &sourceCoordinates, const QVector< QgsPointXY > &destinationCoordinates, bool invertYAxis=false) override |
| Fits transformation parameters using the specified Ground Control Points (GCPs) lists of source and destination coordinates. More...
|
|
| QgsGcpTransformerInterface ()=default |
| Constructor for QgsGcpTransformerInterface. More...
|
|
| QgsGcpTransformerInterface (const QgsGcpTransformerInterface &other)=delete |
| QgsGcpTransformerInterface cannot be copied - use clone() instead. More...
|
|
virtual | ~QgsGcpTransformerInterface ()=default |
|
virtual QgsGcpTransformerInterface * | clone () const =0 |
| Clones the transformer, returning a new copy of the transformer with the same parameters as this one. More...
|
|
virtual GDALTransformerFunc | GDALTransformer () const =0 |
| Returns function pointer to the GDALTransformer function. More...
|
|
virtual void * | GDALTransformerArgs () const =0 |
| Returns pointer to the GDALTransformer arguments. More...
|
|
virtual TransformMethod | method () const =0 |
| Returns the transformation method. More...
|
|
virtual int | minimumGcpCount () const =0 |
| Returns the minimum number of Ground Control Points (GCPs) required for parameter fitting. More...
|
|
QgsGcpTransformerInterface & | operator= (const QgsGcpTransformerInterface &other)=delete |
| QgsGcpTransformerInterface cannot be copied - use clone() instead. More...
|
|
bool | transform (double &x, double &y, bool inverseTransform=false) const |
| Transforms the point (x, y) from source to destination coordinates. More...
|
|
virtual bool | updateParametersFromGcps (const QVector< QgsPointXY > &sourceCoordinates, const QVector< QgsPointXY > &destinationCoordinates, bool invertYAxis=false) SIP_THROW(QgsNotSupportedException)=0 |
| Fits transformation parameters using the specified Ground Control Points (GCPs) lists of source and destination coordinates. More...
|
|