130 return QStringLiteral(
"native" );
135 return QStringLiteral(
"qgis" );
140 return tr(
"QGIS (native c++)" );
152 addAlgorithm(
new QgsArrayTranslatedFeaturesAlgorithm() );
199 addAlgorithm(
new QgsMinimumEnclosingCircleAlgorithm() );
200 addAlgorithm(
new QgsMultipartToSinglepartAlgorithm() );
201 addAlgorithm(
new QgsMultiRingConstantBufferAlgorithm() );
204 addAlgorithm(
new QgsOrientedMinimumBoundingBoxAlgorithm() );
206 addAlgorithm(
new QgsCreateArrayOffsetLinesAlgorithm() );
208 addAlgorithm(
new QgsProjectPointCartesianAlgorithm() );
210 addAlgorithm(
new QgsRasterLayerUniqueValuesReportAlgorithm() );
211 addAlgorithm(
new QgsRasterLayerZonalStatsAlgorithm() );
213 addAlgorithm(
new QgsRasterPixelsToPolygonsAlgorithm() );
215 addAlgorithm(
new QgsAlgorithmRemoveDuplicateVertices() );
218 addAlgorithm(
new QgsRemoveDuplicatesByAttributeAlgorithm() );
225 addAlgorithm(
new QgsSegmentizeByMaximumAngleAlgorithm() );
226 addAlgorithm(
new QgsSegmentizeByMaximumDistanceAlgorithm() );
228 addAlgorithm(
new QgsShortestPathLayerToPointAlgorithm() );
229 addAlgorithm(
new QgsShortestPathPointToLayerAlgorithm() );
230 addAlgorithm(
new QgsShortestPathPointToPointAlgorithm() );
234 addAlgorithm(
new QgsSplitGeometryAtAntimeridianAlgorithm() );
240 addAlgorithm(
new QgsSymmetricalDifferenceAlgorithm() );
246 addAlgorithm(
new QgsVariableWidthBufferByMAlgorithm() );
250 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.