File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,11 @@ class QgsAbstractGeometryV2
167
167
168
168
virtual int vertexCount(int part = 0, int ring = 0) const = 0;
169
169
virtual int ringCount(int part = 0) const = 0;
170
+
171
+ /** Returns count of parts contained in the geometry.
172
+ * @see vertexCount
173
+ * @see ringCount
174
+ */
170
175
virtual int partCount() const = 0;
171
176
172
177
/** Adds a z-dimension to the geometry, initialized to a preset value.
Original file line number Diff line number Diff line change @@ -304,6 +304,11 @@ class CORE_EXPORT QgsAbstractGeometryV2
304
304
305
305
virtual int vertexCount ( int part = 0 , int ring = 0 ) const = 0;
306
306
virtual int ringCount ( int part = 0 ) const = 0;
307
+
308
+ /* * Returns count of parts contained in the geometry.
309
+ * @see vertexCount
310
+ * @see ringCount
311
+ */
307
312
virtual int partCount () const = 0;
308
313
309
314
/* * Adds a z-dimension to the geometry, initialized to a preset value.
You can’t perform that action at this time.
0 commit comments