41 int main(
int argc,
char** argv)
60 catch(
const std::exception& e)
62 std::cout << std::endl <<
"An exception has occurried: " << e.what() << std::endl;
64 std::cout <<
"Press Enter to exit..." << std::endl;
71 std::cout << std::endl <<
"An unexpected exception has occurried!" << std::endl;
73 std::cout <<
"Press Enter to exit..." << std::endl;
79 std::cout <<
"Press Enter to exit..." << std::endl;
int main(int argc, char **argv)
void finalize()
It finalizes the TerraLib Platform.
static PluginManager & getInstance()
It returns a reference to the singleton instance.
void LoadModules()
It loads the data source drivers.
void initialize()
It initializes the TerraLib Platform.
This file contains include headers for the TerraLib Common Runtime module.
The basic information about a plugin.
TEPLUGINEXPORT PluginInfo * GetInstalledPlugin(const std::string &pluginFilePath)
It returns information about a given plugin provided its plugin configuration file name or dir...