26 #ifndef __TERRALIB_OGR_INTERNAL_MODULE_H 
   27 #define __TERRALIB_OGR_INTERNAL_MODULE_H 
   30 #include "../plugin/Plugin.h" 
   98 #endif  // __TERRALIB_OGR_INTERNAL_MODULE_H 
The basic information about a plugin. 
 
A base class for plugin types. 
 
The TerraLib OGR driver is a plugin. 
 
#define TEOGREXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Module(const te::plugin::PluginInfo &pluginInfo)
Plugin constructor. 
 
Configuration flags for the OGR Driver Implementation of TerraLib. 
 
void startup()
It initializes all TerraLib OGR driver support. 
 
#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...
 
void shutdown()
It finalizes all TerraLib OGR driver support.