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
An abstract class for data providers like a DBMS, Web Services or a regular file. ...