#include <terralib/common.h>#include <terralib/common/TerraLib.h>#include <terralib/core/utils/Platform.h>#include <terralib/core/plugin.h>#include <terralib/dataaccess/datasource/DataSourceFactory.h>#include "GAP.h"Go to the source code of this file.
Functions | |
| void | LoadModules () |
| It loads the data source drivers. More... | |
| int | main (int argc, char **argv) |
| void LoadModules | ( | ) |
It loads the data source drivers.
It loads the TerraLib modules.
Load the required runtime modules.
Load terralib modules.
It loads the data source drivers.
Definition at line 36 of file examples/gap/main.cpp.
References te::core::FindInTerraLibPath(), te::core::PluginManager::insert(), te::core::PluginManager::instance(), te::core::JSONPluginInfoSerializer(), te::core::PluginManager::load(), and te::core::PluginInfo::name.
Referenced by main().
Definition at line 73 of file examples/gap/main.cpp.
References te::core::PluginManager::clear(), TerraLib::finalize(), te::common::Singleton< TerraLib >::getInstance(), TerraLib::initialize(), te::core::PluginManager::instance(), LoadModules(), and GAP::run().