26 #ifndef __TERRALIB_TOOLS_DSCOPY_DSCOPY_H 
   27 #define __TERRALIB_TOOLS_DSCOPY_DSCOPY_H 
   60           bool init(std::string & errorMessage);
 
   74           bool copy(std::string dsTypeOrigin, std::string dsConnStrOrigin, std::string dsTypeDestination, 
 
   75             std::string dsConnStrDestination, std::vector<std::string*> datasets, std::string& errorMessage);
 
  108 #endif //__TERRALIB_TOOLS_DSCOPY_DSCOPY_H 
bool copyDataSets(te::da::DataSource *dsOrigin, te::da::DataSource *dsDestination, std::vector< std::string * > datasets, std::string &errorMessage)
Copy a list of Data Sets. 
 
An abstract class for data providers like a DBMS, Web Services or a regular file. ...
 
bool copy(std::string dsTypeOrigin, std::string dsConnStrOrigin, std::string dsTypeDestination, std::string dsConnStrDestination, std::vector< std::string * > datasets, std::string &errorMessage)
Copy. 
 
Class with methods to manage the application. 
 
bool init(std::string &errorMessage)
Init the application.