Go to the documentation of this file.
   26 #ifndef __TERRALIB_RASTER_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_RASTER_INTERNAL_CONFIG_H 
   30 #include "../Config.h" 
   32 #define TE_RASTER_MODULE_NAME "te.raster" 
   34 #define TE_DEFAULT_RASTER_TYPE "GDAL" 
   54     #pragma warning( disable : 4251 ) 
   58     #define TERASTEREXPORT                          // Don't need to export/import... it is a static library 
   60     #define TERASTEREXPORT  __declspec(dllexport)   // export DLL information 
   62     #define TERASTEREXPORT  __declspec(dllimport)   // import DLL information 
   65   #define TERASTEREXPORT 
   70 #endif  // __TERRALIB_RASTER_INTERNAL_CONFIG_H