QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
22 : mGcpTransformer( gcpTransformer )
37 if ( !mGcpTransformer )
40 return mGcpTransformer->transform( x, y );
52 std::unique_ptr< QgsAbstractGeometry > res( geometry.
constGet()->
clone() );
54 ok = res->transform(
this, feedback );
61 return mGcpTransformer.get();
Base class for feedback objects to be used for cancellation of something running in a worker thread.
virtual QgsAbstractGeometry * clone() const =0
Clones the geometry by performing a deep copy.
const QgsAbstractGeometry * constGet() const SIP_HOLDGIL
Returns a non-modifiable (const) reference to the underlying abstract geometry primitive.
A geometry is the spatial representation of a feature.