18#ifndef QGSALGORITHMBATCHGEOCODE_H 
   19#define QGSALGORITHMBATCHGEOCODE_H 
   22#include "qgis_analysis.h" 
   80    void initParameters( 
const QVariantMap &configuration = QVariantMap() ) 
override;
 
   81    QStringList 
tags() 
const override;
 
   82    QString 
group() 
const override;
 
   83    QString 
groupId() 
const override;
 
   96    bool mIsInPlace = 
false;
 
   97    QString mAddressField;
 
  101    mutable QStringList mAdditionalFields;
 
 
WkbType
The WKB type describes the number of dimensions a geometry has.
 
A base class for batch geocoder algorithms, which takes a QgsGeocoderInterface object and exposes it ...
 
Represents a coordinate reference system (CRS).
 
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
 
Container of fields for a vector layer.
 
Base class for all map layer types.
 
virtual QString group() const
Returns the name of the group this algorithm belongs to.
 
virtual bool prepareAlgorithm(const QVariantMap ¶meters, QgsProcessingContext &context, QgsProcessingFeedback *feedback)
Prepares the algorithm to run using the specified parameters.
 
virtual QString groupId() const
Returns the unique ID of the group this algorithm belongs to.
 
virtual QStringList tags() const
Returns a list of tags which relate to the algorithm, and are used to assist users in searching for s...
 
Contains information about the context in which a processing algorithm is executed.
 
An abstract QgsProcessingAlgorithm base class for processing algorithms which operate "feature-by-fea...
 
virtual QgsFeatureList processFeature(const QgsFeature &feature, QgsProcessingContext &context, QgsProcessingFeedback *feedback)=0
Processes an individual input feature from the source.
 
bool supportInPlaceEdit(const QgsMapLayer *layer) const override
Checks whether this algorithm supports in-place editing on the given layer Default implementation for...
 
virtual void initParameters(const QVariantMap &configuration=QVariantMap())
Initializes any extra parameters added by the algorithm subclass.
 
virtual Qgis::WkbType outputWkbType(Qgis::WkbType inputWkbType) const
Maps the input WKB geometry type (inputWkbType) to the corresponding output WKB type generated by the...
 
virtual QgsFields outputFields(const QgsFields &inputFields) const
Maps the input source fields (inputFields) to corresponding output fields generated by the algorithm.
 
virtual QString outputName() const =0
Returns the translated, user visible name for any layers created by this algorithm.
 
virtual QList< int > inputLayerTypes() const
Returns the valid input layer types for the source layer for this algorithm.
 
Base class for providing feedback from a processing algorithm.
 
QMap< QString, QString > QgsStringMap
 
QList< QgsFeature > QgsFeatureList
 
const QgsCoordinateReferenceSystem & outputCrs