Go to the documentation of this file.
   26 #ifndef __TERRALIB_SE_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_SE_INTERNAL_CONFIG_H 
   29 #define TE_SE_MODULE_NAME "te.symbology_encoding" 
   41 #define TE_SE_DEFAULT_UOM 3 
   48 #define TE_SE_DEFAULT_TEXT_COLOR 0, 0, 0 
   55 #define TE_SE_DEFAULT_FONT_SIZE 10 
   62 #define TE_SE_DEFAULT_HALO_COLOR 255, 255, 255 
   69 #define TE_SE_DEFAULT_HALO_RADIUS 1 
   76 #define TE_SE_DEFAULT_FILL_BASIC_COLOR 128, 128, 128 
   83 #define TE_SE_DEFAULT_STROKE_BASIC_COLOR 0, 0, 0 
   90 #define TE_SE_DEFAULT_STROKE_BASIC_WIDTH 1 
   97 #define TE_SE_DEFAULT_GRAPHIC_SIZE 16 
  104 #define TE_SE_DEFAULT_GAMMA_VALUE 1.0 
  111 #define TE_SE_DEFAULT_VERSION "1.1.0" 
  118 #define TE_SE_BUTT_CAP "butt" 
  125 #define TE_SE_ROUND_CAP "round" 
  132 #define TE_SE_SQUARE_CAP "square" 
  139 #define TE_SE_MITRE_JOIN "mitre" 
  146 #define TE_SE_ROUND_JOIN "round" 
  153 #define TE_SE_BEVEL_JOIN "bevel" 
  175     #pragma warning( disable : 4251 ) 
  176     #pragma warning( disable : 4275 ) 
  180     #define TESEEXPORT                          // Don't need to export/import... it is a static library 
  182     #define TESEEXPORT  __declspec(dllexport)   // export DLL information 
  184     #define TESEEXPORT  __declspec(dllimport)   // import DLL information 
  192 #endif  // __TERRALIB_SE_INTERNAL_CONFIG_H