mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
fix typo
This commit is contained in:
parent
c75876938b
commit
81bf510c09
@ -117,7 +117,7 @@ Constructs an empty metadata object
|
||||
%Docstring
|
||||
Constructs a valid metadata object
|
||||
|
||||
:param isScalar: dataset contains scalar data, particulary the y-value of QgsMeshDatasetValue is NaN
|
||||
:param isScalar: dataset contains scalar data, particularly the y-value of QgsMeshDatasetValue is NaN
|
||||
:param isValid: dataset is loadad and valid for fetching the data
|
||||
:param isOnVertices: dataset values are defined on mesh's vertices. If false, values are defined on faces.
|
||||
:param extraOptions: dataset's extra options stored by the provider. Usually contains the name, time value, time units, data file vendor, ...
|
||||
|
@ -107,7 +107,7 @@ class CORE_EXPORT QgsMeshDatasetMetadata
|
||||
/**
|
||||
* Constructs a valid metadata object
|
||||
*
|
||||
* \param isScalar dataset contains scalar data, particulary the y-value of QgsMeshDatasetValue is NaN
|
||||
* \param isScalar dataset contains scalar data, particularly the y-value of QgsMeshDatasetValue is NaN
|
||||
* \param isValid dataset is loadad and valid for fetching the data
|
||||
* \param isOnVertices dataset values are defined on mesh's vertices. If false, values are defined on faces.
|
||||
* \param extraOptions dataset's extra options stored by the provider. Usually contains the name, time value, time units, data file vendor, ...
|
||||
|
Loading…
x
Reference in New Issue
Block a user