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