expose nonconst access to datasource parameters
This commit is contained in:
parent
21c618ccc5
commit
249c77d7b8
1 changed files with 5 additions and 0 deletions
|
@ -99,6 +99,11 @@ public:
|
||||||
return params_;
|
return params_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
parameters & params()
|
||||||
|
{
|
||||||
|
return params_;
|
||||||
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* @brief Get the type of the datasource
|
* @brief Get the type of the datasource
|
||||||
* @return The type of the datasource (Vector or Raster)
|
* @return The type of the datasource (Vector or Raster)
|
||||||
|
|
Loading…
Reference in a new issue