Class with help methods for the application.
More...
#include <Utils.h>
Class with help methods for the application.
Definition at line 49 of file Utils.h.
static bool te::tools::rastermanager::Utils::checkInputPath |
( |
std::string |
inputPath, |
|
|
std::string & |
errorMessage |
|
) |
| |
|
static |
Check input raster path.
- Parameters
-
inputPath | String with the input raster path to check |
errorMessage | String 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
-
outputPath | String with the output raster path to check |
errorMessage | String 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
-
path | String with the input raster path |
raster | Raster pointer reference that gives the raster for the caller |
errorMessage | String that receive methods errors description |
- Returns
- True if successfully
static bool te::tools::rastermanager::Utils::loadModules |
( |
std::string & |
errorMessage | ) |
|
|
static |
Load Terralib modules.
- Parameters
-
errorMessage | String that receive methods errors description |
- Returns
- True if successfully
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/tools/rastermanager/core/Utils.h