16#ifndef QGSWRITEVECTORTILESALGORITHM_H 
   17#define QGSWRITEVECTORTILESALGORITHM_H 
   33    QString 
group() 
const override;
 
   34    QString 
groupId() 
const override;
 
   40    void addBaseParameters();
 
   47class QgsWriteVectorTilesXyzAlgorithm : 
public QgsWriteVectorTilesBaseAlgorithm
 
   51    QString name() 
const override;
 
   52    QString displayName() 
const override;
 
   56    void initAlgorithm( 
const QVariantMap &configuration = QVariantMap() ) 
override;
 
   62class QgsWriteVectorTilesMbtilesAlgorithm : 
public QgsWriteVectorTilesBaseAlgorithm
 
   66    QString name() 
const override;
 
   67    QString displayName() 
const override;
 
   71    void initAlgorithm( 
const QVariantMap &configuration = QVariantMap() ) 
override;
 
Abstract base class for processing algorithms.
 
virtual QString group() const
Returns the name of the group this algorithm belongs to.
 
virtual QString groupId() const
Returns the unique ID of the group this algorithm belongs to.
 
virtual QString shortHelpString() const
Returns a localised short helper string for the algorithm.
 
virtual QVariantMap processAlgorithm(const QVariantMap ¶meters, QgsProcessingContext &context, QgsProcessingFeedback *feedback) SIP_THROW(QgsProcessingException)=0
Runs the algorithm using the specified parameters.
 
Contains information about the context in which a processing algorithm is executed.
 
Base class for providing feedback from a processing algorithm.
 
Takes care of writing vector tiles.