Go to the documentation of this file.
   26 #ifndef __TERRALIB_SE_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_SE_INTERNAL_CONFIG_H 
   30 #include "../Config.h" 
   32 #define TE_SE_MODULE_NAME "te.symbology_encoding" 
   44 #define TE_SE_DEFAULT_UOM 3 
   51 #define TE_SE_DEFAULT_TEXT_COLOR 0, 0, 0 
   58 #define TE_SE_DEFAULT_FONT_SIZE 10 
   65 #define TE_SE_DEFAULT_HALO_COLOR 255, 255, 255 
   72 #define TE_SE_DEFAULT_HALO_RADIUS 1 
   79 #define TE_SE_DEFAULT_FILL_BASIC_COLOR 128, 128, 128 
   86 #define TE_SE_DEFAULT_STROKE_BASIC_COLOR 0, 0, 0 
   93 #define TE_SE_DEFAULT_STROKE_BASIC_WIDTH 1 
  100 #define TE_SE_DEFAULT_GRAPHIC_SIZE 16 
  107 #define TE_SE_DEFAULT_GAMMA_VALUE 1.0 
  114 #define TE_SE_DEFAULT_VERSION "1.1.0" 
  121 #define TE_SE_BUTT_CAP "butt" 
  128 #define TE_SE_ROUND_CAP "round" 
  135 #define TE_SE_SQUARE_CAP "square" 
  142 #define TE_SE_MITRE_JOIN "mitre" 
  149 #define TE_SE_ROUND_JOIN "round" 
  156 #define TE_SE_BEVEL_JOIN "bevel" 
  178     #pragma warning( disable : 4251 ) 
  179     #pragma warning( disable : 4275 ) 
  183     #define TESEEXPORT                          // Don't need to export/import... it is a static library 
  185     #define TESEEXPORT  __declspec(dllexport)   // export DLL information 
  187     #define TESEEXPORT  __declspec(dllimport)   // import DLL information 
  195 #endif  // __TERRALIB_SE_INTERNAL_CONFIG_H