26 #ifndef __TERRALIB_GDAL_INTERNAL_MODULE_H 
   27 #define __TERRALIB_GDAL_INTERNAL_MODULE_H 
   30 #include "../plugin/Plugin.h" 
   83 #endif  // __TERRALIB_GDAL_INTERNAL_MODULE_H 
void startup()
This method will be called by TerraLib to startup some plugin's functionality. 
 
#define TEGDALEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Module(const te::plugin::PluginInfo &pluginInfo)
Plugin constructor. 
 
PLUGIN_CALL_BACK_DECLARATION(TEADOEXPORT)
 
void shutdown()
This method will be called by TerraLib to shutdown plugin's functionality. 
 
The TerraLib GDAL driver is a plugin. 
 
A base class for plugin types. 
 
The basic information about a plugin. 
 
Configuration flags for the GDAL Driver of TerraLib.