src/terralib/gdal/Plugin.cpp File Reference

Plugin interface for dynamic loading of GDAL Driver for TerraLib. More...

#include "../Defines.h"
#include "../core/filesystem/FileSystem.h"
#include "../core/logger/Logger.h"
#include "../core/plugin/CppPlugin.h"
#include "../core/translator/Translator.h"
#include "../core/utils/Platform.h"
#include "../dataaccess/datasource/DataSourceCapabilities.h"
#include "../dataaccess/datasource/DataSourceFactory.h"
#include "../dataaccess/datasource/DataSourceManager.h"
#include "Config.h"
#include "DataSourceFactory.h"
#include "RasterFactory.h"
#include "Utils.h"
#include <cstdlib>
#include <boost/filesystem.hpp>
#include <gdal_priv.h>

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::gdal
 Namespace for the TerraLib GDAL driver implementation.
 

Functions

 te::gdal::TE_LOG_TRACE (TE_TR("TerraLib GDAL driver shutdown!"))
 
 te::gdal::TERRALIB_CPP_PLUGIN_BEGIN (Plugin) TERRALIB_CPP_PLUGIN_STARTUP
 

Variables

 te::gdal::m_initialized = false
 
 te::gdal::TERRALIB_CPP_PLUGIN_SHUTDOWN
 

Detailed Description

Plugin interface for dynamic loading of GDAL Driver for TerraLib.

Definition in file src/terralib/gdal/Plugin.cpp.