expose nonconst access to datasource parameters

This commit is contained in:
Dane Springmeyer 2013-02-22 12:40:40 -08:00
parent 21c618ccc5
commit 249c77d7b8

View file

@ -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)