Skip to content

Commit 95eab51

Browse files
committedSep 3, 2017
Remove redundant algorithms
1 parent 85cd1c1 commit 95eab51

File tree

7 files changed

+0
-615
lines changed

7 files changed

+0
-615
lines changed
 

‎python/plugins/processing/algs/help/qgis.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ qgis:basicstatisticsforfields: >
4343
qgis:boundary: >
4444
Returns the closure of the combinatorial boundary of the input geometries (ie the topological boundary of the geometry). For instance, a polygon geometry will have a boundary consisting of the linestrings for each ring in the polygon. Only valid for polygon or line layers.
4545

46-
qgis:boundingboxes: >
47-
This algorithm calculates the bounding box (envelope) of each feature in an input layer.
48-
4946
qgis:buildvirtualvector: >
5047
This algorithm creates a virtual layer that contains a set of vector layer.
5148

@@ -76,11 +73,6 @@ qgis:convertgeometrytype: >
7673

7774
See the "Polygonize" or "Lines to polygons" algorithm for alternative options.
7875

79-
qgis:convexhull: >
80-
This algorithm computes the convex hull of features in a layer.
81-
82-
If a field is specified, it will divide the features into classes based on that field, and compute a separate convex hull for the features in each class.
83-
8476
qgis:countpointsinpolygon: >
8577
This algorithm takes a points layer and a polygon layer and counts the number of points from the first one in each polygons of the second one.
8678

@@ -356,11 +348,6 @@ qgis:offsetline: >
356348

357349
The miter limit parameter is only applicable for miter join styles, and controls the maximum distance from the offset curve to use when creating a mitered join.
358350

359-
qgis:orientedminimumboundingbox: >
360-
This algorithm takes a vector layer and generate a new one with the minimum rectangle that covers all the input features.
361-
362-
As an alternative, the output layer can contain not just a single rectangle, but one for each input feature, representing the minimum rectangle that covers each of them.
363-
364351
qgis:minimalenclosingcircle: >
365352
This algorithm takes a vector layer and generate a new one with the minimum enclosing circle that covers all the input features.
366353

‎python/plugins/processing/algs/qgis/BoundingBox.py

Lines changed: 0 additions & 75 deletions
This file was deleted.

‎python/plugins/processing/algs/qgis/ConvexHull.py

Lines changed: 0 additions & 191 deletions
This file was deleted.

0 commit comments

Comments
 (0)