#include "Metadata.h"#include <terralib/common.h>#include <cassert>#include <cstdlib>#include <exception>#include <iostream>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 31 of file examples/metadata/main.cpp.
References te::plugin::GetInstalledPlugin(), and te::common::Singleton< PluginManager >::getInstance().
Referenced by main().
Definition at line 41 of file examples/metadata/main.cpp.
References ExMetadataCycle(), ExMetadataExtractor(), ExMetadataISO19115(), ExMetadataManager(), TerraLib::finalize(), te::common::Singleton< TerraLib >::getInstance(), te::common::Singleton< PluginManager >::getInstance(), TerraLib::initialize(), and LoadModules().