18 catch(
const std::exception& e)
20 std::cout << std::endl <<
"An exception has occurred in Dropping DataSetType Property Example: " << e.what() << std::endl;
24 std::cout << std::endl <<
"An unexpected exception has occurred in Dropping DataSetType Property Example!" << std::endl;
void DroppingDataSetTypeProperty(const std::string &datasetname, const std::string &propname, te::da::DataSourceTransactor *trans)
It removes a property from the data set type and from the associated data source. ...
This file contains include headers for the memory data source of TerraLib.
Examples on how to access/manipulate DataSources in TerraLib.
A DataSourceTransactor can be viewed as a connection to the data source for reading/writing things in...
virtual void dropProperty(const std::string &datasetName, const std::string &name)=0
It removes a property from the given dataset.
This file contains include headers for the Data Access module of TerraLib.