18#ifndef QGSALGORITHMBATCHNOMINATIMGEOCODE_H 
   19#define QGSALGORITHMBATCHNOMINATIMGEOCODE_H 
   24#include "qgis_analysis.h" 
   40    QgsBatchNominatimGeocodeAlgorithm();
 
   42    QString 
name() 
const override;
 
   44    QStringList 
tags() 
const override;
 
A base class for batch geocoder algorithms, which takes a QgsGeocoderInterface object and exposes it ...
 
QStringList tags() const override
Returns a list of tags which relate to the algorithm, and are used to assist users in searching for s...
 
Represents a coordinate reference system (CRS).
 
A geocoder which uses the Nominatim geocoding API to retrieve results.
 
virtual QgsProcessingAlgorithm * createInstance() const =0
Creates a new instance of the algorithm class.
 
virtual QString shortHelpString() const
Returns a localised short helper string for the algorithm.
 
virtual QString shortDescription() const
Returns an optional translated short description of the algorithm.
 
virtual QString displayName() const =0
Returns the translated algorithm name, which should be used for any user-visible display of the algor...
 
virtual QString name() const =0
Returns the algorithm name, used for identifying the algorithm.
 
Contains information about the context in which a processing algorithm is executed.
 
Base class for providing feedback from a processing algorithm.
 
const QgsCoordinateReferenceSystem & outputCrs