You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnQObject::tr( "This algorithm calculates the bounding box (envelope) for each feature in an input layer.\n\nSee the 'Minimum bounding geometry' algorithm for a bounding box calculation which covers the whole layer or grouped subsets of features." );
1179
+
returnQObject::tr( "This algorithm calculates the bounding box (envelope) for each feature in an input layer." ) +
1180
+
QStringLiteral( "\n\n" ) +
1181
+
QObject::tr( "See the 'Minimum bounding geometry' algorithm for a bounding box calculation which covers the whole layer or grouped subsets of features." );
returnQObject::tr( "This algorithm calculates the minimum area rotated rectangle which covers each feature in an input layer.\n\nSee the 'Minimum bounding geometry' algorithm for a oriented bounding box calculation which covers the whole layer or grouped subsets of features." );
1219
+
returnQObject::tr( "This algorithm calculates the minimum area rotated rectangle which covers each feature in an input layer." ) +
1220
+
QStringLiteral( "\n\n" ) +
1221
+
QObject::tr( "See the 'Minimum bounding geometry' algorithm for a oriented bounding box calculation which covers the whole layer or grouped subsets of features." );
returnQObject::tr( "This algorithm calculates the minimum enclosing circle which covers each feature in an input layer.\n\nSee the 'Minimum bounding geometry' algorithm for a minimal enclosing circle calculation which covers the whole layer or grouped subsets of features." );
1271
+
returnQObject::tr( "This algorithm calculates the minimum enclosing circle which covers each feature in an input layer." ) +
1272
+
QStringLiteral( "\n\n" ) +
1273
+
QObject::tr( "See the 'Minimum bounding geometry' algorithm for a minimal enclosing circle calculation which covers the whole layer or grouped subsets of features." );
returnQObject::tr( "This algorithm calculates the convex hull for each feature in an input layer.\n\nSee the 'Minimum bounding geometry' algorithm for a convex hull calculation which covers the whole layer or grouped subsets of features." );
1314
+
returnQObject::tr( "This algorithm calculates the convex hull for each feature in an input layer." ) +
1315
+
QStringLiteral( "\n\n" ) +
1316
+
QObject::tr( "See the 'Minimum bounding geometry' algorithm for a convex hull calculation which covers the whole layer or grouped subsets of features." );
0 commit comments