#include <RasterManager.h>#include <terralib/common.h>#include <boost/program_options.hpp>#include <iostream>Go to the source code of this file.
Functions | |
| boost::program_options::options_description | g_all ("All options") | 
| All options.  More... | |
| boost::program_options::options_description | g_functions ("Functions") | 
| Group of functions options.  More... | |
| boost::program_options::options_description | g_help ("Help") | 
| Group of help options.  More... | |
| boost::program_options::options_description | g_hidden ("Hidden options") | 
| Which will not be shown to the user.  More... | |
| boost::program_options::options_description | g_parameters ("Parameters") | 
| Group of parameters options.  More... | |
| boost::program_options::options_description | g_visible ("Allowed options") | 
| Which will be shown to the user.  More... | |
| int | main (int argc, char *argv[]) | 
| void | showError (std::string errorMessage) | 
| bool | showSpecificHelp () | 
Variables | |
| te::tools::rastermanager::RasterManager | g_rm | 
| Raster Manager Object.  More... | |
| boost::program_options::variables_map | g_vm | 
| Map o options after parse.  More... | |
| boost::program_options::options_description g_all | ( | "All options" | ) | 
All options.
| boost::program_options::options_description g_functions | ( | "Functions" | ) | 
Group of functions options.
| boost::program_options::options_description g_help | ( | "Help" | ) | 
Group of help options.
| boost::program_options::options_description g_hidden | ( | "Hidden options" | ) | 
Which will not be shown to the user.
| boost::program_options::options_description g_parameters | ( | "Parameters" | ) | 
Group of parameters options.
| boost::program_options::options_description g_visible | ( | "Allowed options" | ) | 
Which will be shown to the user.
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
Definition at line 258 of file main.cpp.
References te::tools::rastermanager::RasterManager::changeResolution(), te::tools::rastermanager::RasterManager::convert(), te::tools::rastermanager::RasterManager::copyRaster(), TerraLib::finalize(), g_all(), g_functions(), g_help(), g_hidden(), g_parameters(), g_visible(), g_vm, te::common::Singleton< TerraLib >::getInstance(), te::tools::rastermanager::RasterManager::getRasterInfo(), te::tools::rastermanager::RasterManager::init(), TerraLib::initialize(), te::tools::rastermanager::RasterManager::reproject(), showError(), showSpecificHelp(), te::tools::rastermanager::RasterManager::showSupportedExtensions(), and te::tools::rastermanager::RasterManager::trim().
| void showError | ( | std::string | errorMessage | ) | 
Definition at line 27 of file main.cpp.
References g_visible().
| bool showSpecificHelp | ( | ) |