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" 
   46 #define TE_RASTER_TEXT_DOMAIN "teraster" 
   53 #define TE_RASTER_TEXT_DOMAIN_DIR "locale" 
   60 #define TR_RASTER(message) TR(message, TE_RASTER_TEXT_DOMAIN) 
   82     #pragma warning( disable : 4251 ) 
   86     #define TERASTEREXPORT                          // Don't need to export/import... it is a static library 
   88     #define TERASTEREXPORT  __declspec(dllexport)   // export DLL information 
   90     #define TERASTEREXPORT  __declspec(dllimport)   // import DLL information 
   93   #define TERASTEREXPORT 
   98 #endif  // __TERRALIB_RASTER_INTERNAL_CONFIG_H