26 #ifndef __TERRALIB_PGIS_INTERNAL_MODULE_H 
   27 #define __TERRALIB_PGIS_INTERNAL_MODULE_H 
   30 #include "../plugin/Plugin.h" 
   82 #endif  // __TERRALIB_OGR_INTERNAL_MODULE_H 
Configuration flags for the PostGIS Driver Implementation of TerraLib. 
 
void startup()
This method will be called by TerraLib to startup some plugin's functionality. 
 
The basic information about a plugin. 
 
The TerraLib PostGIS driver is a plugin. 
 
A base class for plugin types. 
 
void shutdown()
This method will be called by TerraLib to shutdown plugin's functionality. 
 
#define TEPGISEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
#define PLUGIN_CALL_BACK_DECLARATION(PLUGIN_EXPORT_MACRO)
This macro should be used by C++ plugins in order to declare the exportable/callable DLL function...
 
Module(const te::plugin::PluginInfo &pluginInfo)
Plugin constructor.