This commit is contained in:
Peter Petrik 2018-05-22 18:59:06 +02:00
parent c75876938b
commit 81bf510c09
2 changed files with 2 additions and 2 deletions

View File

@ -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, ...

View File

@ -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, ...