mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Fix documentation test failure
This commit is contained in:
parent
233f67b419
commit
c176e3f41e
@ -167,6 +167,11 @@ class QgsAbstractGeometryV2
|
|||||||
|
|
||||||
virtual int vertexCount(int part = 0, int ring = 0) const = 0;
|
virtual int vertexCount(int part = 0, int ring = 0) const = 0;
|
||||||
virtual int ringCount(int part = 0) const = 0;
|
virtual int ringCount(int part = 0) const = 0;
|
||||||
|
|
||||||
|
/** Returns count of parts contained in the geometry.
|
||||||
|
* @see vertexCount
|
||||||
|
* @see ringCount
|
||||||
|
*/
|
||||||
virtual int partCount() const = 0;
|
virtual int partCount() const = 0;
|
||||||
|
|
||||||
/** Adds a z-dimension to the geometry, initialized to a preset value.
|
/** Adds a z-dimension to the geometry, initialized to a preset value.
|
||||||
|
@ -304,6 +304,11 @@ class CORE_EXPORT QgsAbstractGeometryV2
|
|||||||
|
|
||||||
virtual int vertexCount( int part = 0, int ring = 0 ) const = 0;
|
virtual int vertexCount( int part = 0, int ring = 0 ) const = 0;
|
||||||
virtual int ringCount( int part = 0 ) const = 0;
|
virtual int ringCount( int part = 0 ) const = 0;
|
||||||
|
|
||||||
|
/** Returns count of parts contained in the geometry.
|
||||||
|
* @see vertexCount
|
||||||
|
* @see ringCount
|
||||||
|
*/
|
||||||
virtual int partCount() const = 0;
|
virtual int partCount() const = 0;
|
||||||
|
|
||||||
/** Adds a z-dimension to the geometry, initialized to a preset value.
|
/** Adds a z-dimension to the geometry, initialized to a preset value.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user