29 std::map<std::string, std::string> options;
This file contains include headers for the Data Type module of TerraLib.
A class that models the description of a dataset.
virtual void createDataSet(DataSetType *dt, const std::map< std::string, std::string > &options)=0
It creates the dataset schema definition in the target data source.
te::da::DataSetType * CreateDataSetType(const std::string &datasetname, te::da::DataSetType *dt, te::da::DataSourceTransactor *transactor)
virtual bool dataSetExists(const std::string &name)=0
It checks if a dataset with the given name exists in the data source.
Examples on how to access/manipulate DataSources in TerraLib.
static te::dt::TimeDuration dt(20, 30, 50, 11)
A DataSourceTransactor can be viewed as a connection to the data source for reading/writing things in...
This class is designed to declare objects to be thrown as exceptions by TerraLib. ...