26 #ifndef __TERRALIB_TOOLS_RASTERMANAGER_UTILS_H 
   27 #define __TERRALIB_TOOLS_RASTERMANAGER_UTILS_H 
   42     namespace rastermanager
 
   61           static bool checkInputPath(std::string inputPath, std::string & errorMessage);
 
   71           static bool checkOutputPath(std::string outputPath, std::string & errorMessage);
 
   91           static bool loadModules(std::string & errorMessage);
 
   99 #endif // __TERRALIB_TOOLS_RASTERMANAGER_UTILS_H 
static bool checkOutputPath(std::string outputPath, std::string &errorMessage)
Check output raster path. 
 
Class with help methods for the application. 
 
static bool getRaster(std::string path, te::rst::Raster *&raster, std::string &errorMessage)
Get a raster based in the path. 
 
static bool loadModules(std::string &errorMessage)
Load Terralib modules. 
 
static bool checkInputPath(std::string inputPath, std::string &errorMessage)
Check input raster path. 
 
An abstract class for raster data strucutures.