136 return QStringLiteral(
"native" );
141 return QStringLiteral(
"qgis" );
146 return tr(
"QGIS (native c++)" );
159 addAlgorithm(
new QgsArrayTranslatedFeaturesAlgorithm() );
164 addAlgorithm(
new QgsCalculateVectorOverlapsAlgorithm() );
202 addAlgorithm(
new QgsLayoutMapExtentToLayerAlgorithm() );
209 addAlgorithm(
new QgsMinimumEnclosingCircleAlgorithm() );
210 addAlgorithm(
new QgsMultipartToSinglepartAlgorithm() );
211 addAlgorithm(
new QgsMultiRingConstantBufferAlgorithm() );
214 addAlgorithm(
new QgsOrientedMinimumBoundingBoxAlgorithm() );
216 addAlgorithm(
new QgsCreateArrayOffsetLinesAlgorithm() );
219 addAlgorithm(
new QgsProjectPointCartesianAlgorithm() );
221 addAlgorithm(
new QgsRasterLayerUniqueValuesReportAlgorithm() );
222 addAlgorithm(
new QgsRasterLayerZonalStatsAlgorithm() );
226 addAlgorithm(
new QgsRasterPixelsToPolygonsAlgorithm() );
228 addAlgorithm(
new QgsAlgorithmRemoveDuplicateVertices() );
231 addAlgorithm(
new QgsRemoveDuplicatesByAttributeAlgorithm() );
238 addAlgorithm(
new QgsSegmentizeByMaximumAngleAlgorithm() );
239 addAlgorithm(
new QgsSegmentizeByMaximumDistanceAlgorithm() );
241 addAlgorithm(
new QgsShortestPathLayerToPointAlgorithm() );
242 addAlgorithm(
new QgsShortestPathPointToLayerAlgorithm() );
243 addAlgorithm(
new QgsShortestPathPointToPointAlgorithm() );
247 addAlgorithm(
new QgsSplitGeometryAtAntimeridianAlgorithm() );
253 addAlgorithm(
new QgsSymmetricalDifferenceAlgorithm() );
259 addAlgorithm(
new QgsVariableWidthBufferByMAlgorithm() );
263 addAlgorithm(
new QgsDensifyGeometriesByIntervalAlgorithm() );
QIcon icon() const override
Returns an icon for the provider.
QString id() const override
Returns the unique provider id, used for identifying the provider.
static QString iconPath(const QString &iconFile)
Returns path to the desired icon file.
static QIcon getThemeIcon(const QString &name)
Helper to get a theme icon.
Abstract base class for processing providers.
QString helpId() const override
Returns the provider help id string, used for creating QgsHelp urls for algorithms belong to this pro...
void loadAlgorithms() override
Loads all algorithms belonging to this provider.
bool supportsNonFileBasedOutput() const override
Returns true if the provider supports non-file based outputs (such as memory layers or direct databas...
QString name() const override
Returns the provider name, which is used to describe the provider within the GUI. ...
bool addAlgorithm(QgsProcessingAlgorithm *algorithm)
Adds an algorithm to the provider.
QString svgIconPath() const override
Returns a path to an SVG version of the provider's icon.
QgsNativeAlgorithms(QObject *parent=nullptr)
Constructor for QgsNativeAlgorithms.