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_OPACITY 1.0
83 #define TE_SE_DEFAULT_ROTATION 0.0
90 #define TE_SE_DEFAULT_FILL_BASIC_COLOR 128, 128, 128
97 #define TE_SE_DEFAULT_STROKE_BASIC_COLOR 0, 0, 0
104 #define TE_SE_DEFAULT_STROKE_BASIC_WIDTH 1
111 #define TE_SE_DEFAULT_GRAPHIC_SIZE 16
118 #define TE_SE_DEFAULT_GAMMA_VALUE 1.0
125 #define TE_SE_DEFAULT_VERSION "1.1.0"
132 #define TE_SE_BUTT_CAP "butt"
139 #define TE_SE_ROUND_CAP "round"
146 #define TE_SE_SQUARE_CAP "square"
153 #define TE_SE_MITRE_JOIN "mitre"
160 #define TE_SE_ROUND_JOIN "round"
167 #define TE_SE_BEVEL_JOIN "bevel"
189 #pragma warning( disable : 4251 )
190 #pragma warning( disable : 4275 )
196 #define TESEEXPORT __declspec(dllexport)
198 #define TESEEXPORT __declspec(dllimport)