te::tools::rastermanager::Utils Class Reference

Class with help methods for the application. More...

#include <Utils.h>

Static Public Member Functions

static bool checkInputPath (std::string inputPath, std::string &errorMessage)
 Check input raster path. More...
 
static bool checkOutputPath (std::string outputPath, std::string &errorMessage)
 Check output raster path. More...
 
static bool getRaster (std::string path, te::rst::Raster *&raster, std::string &errorMessage)
 Get a raster based in the path. More...
 
static bool loadModules (std::string &errorMessage)
 Load Terralib modules. More...
 

Detailed Description

Class with help methods for the application.

Definition at line 49 of file Utils.h.

Member Function Documentation

static bool te::tools::rastermanager::Utils::checkInputPath ( std::string  inputPath,
std::string &  errorMessage 
)
static

Check input raster path.

Parameters
inputPathString with the input raster path to check
errorMessageString that receive methods errors description
Returns
True if successfully
static bool te::tools::rastermanager::Utils::checkOutputPath ( std::string  outputPath,
std::string &  errorMessage 
)
static

Check output raster path.

Parameters
outputPathString with the output raster path to check
errorMessageString that receive methods errors description
Returns
True if successfully
static bool te::tools::rastermanager::Utils::getRaster ( std::string  path,
te::rst::Raster *&  raster,
std::string &  errorMessage 
)
static

Get a raster based in the path.

Parameters
pathString with the input raster path
rasterRaster pointer reference that gives the raster for the caller
errorMessageString that receive methods errors description
Returns
True if successfully
static bool te::tools::rastermanager::Utils::loadModules ( std::string &  errorMessage)
static

Load Terralib modules.

Parameters
errorMessageString that receive methods errors description
Returns
True if successfully

The documentation for this class was generated from the following file: