mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
Update docstrings
This commit is contained in:
parent
e7f50524b8
commit
a3f14df367
@ -75,7 +75,7 @@ class QgsLineString: QgsCurve
|
||||
%Docstring
|
||||
Returns the z-coordinate of the specified node in the line string.
|
||||
\param index index of node, where the first node in the line is 0
|
||||
:return: z-coordinate of node, or 0.0 if index is out of bounds or the line
|
||||
:return: z-coordinate of node, or ``nan`` if index is out of bounds or the line
|
||||
does not have a z dimension
|
||||
.. seealso:: setZAt()
|
||||
:rtype: float
|
||||
@ -85,7 +85,7 @@ class QgsLineString: QgsCurve
|
||||
%Docstring
|
||||
Returns the m value of the specified node in the line string.
|
||||
\param index index of node, where the first node in the line is 0
|
||||
:return: m value of node, or 0.0 if index is out of bounds or the line
|
||||
:return: m value of node, or ``nan`` if index is out of bounds or the line
|
||||
does not have m values
|
||||
.. seealso:: setMAt()
|
||||
:rtype: float
|
||||
|
||||
@ -83,7 +83,7 @@ class CORE_EXPORT QgsLineString: public QgsCurve
|
||||
|
||||
/** Returns the z-coordinate of the specified node in the line string.
|
||||
* \param index index of node, where the first node in the line is 0
|
||||
* \returns z-coordinate of node, or 0.0 if index is out of bounds or the line
|
||||
* \returns z-coordinate of node, or ``nan`` if index is out of bounds or the line
|
||||
* does not have a z dimension
|
||||
* \see setZAt()
|
||||
*/
|
||||
@ -91,7 +91,7 @@ class CORE_EXPORT QgsLineString: public QgsCurve
|
||||
|
||||
/** Returns the m value of the specified node in the line string.
|
||||
* \param index index of node, where the first node in the line is 0
|
||||
* \returns m value of node, or 0.0 if index is out of bounds or the line
|
||||
* \returns m value of node, or ``nan`` if index is out of bounds or the line
|
||||
* does not have m values
|
||||
* \see setMAt()
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user