QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Interface for classes which can generate elevation profiles. More...
#include <qgsabstractprofilesource.h>
Public Member Functions | |
virtual | ~QgsAbstractProfileSource () |
virtual QgsAbstractProfileGenerator * | createProfileGenerator (const QgsProfileRequest &request)=0 |
Given a profile request, returns a new profile generator ready for generating elevation profiles. More... | |
Interface for classes which can generate elevation profiles.
Definition at line 33 of file qgsabstractprofilesource.h.
|
virtualdefault |
|
pure virtual |
Given a profile request, returns a new profile generator ready for generating elevation profiles.
The caller takes ownership of the returned generator.
May return nullptr
if the source cannot generate a profile at this time.
Implemented in QgsVectorLayer, QgsRasterLayer, QgsMeshLayer, and QgsPointCloudLayer.