Configuration flags for the Symbology Encoding support of TerraLib. More...
Go to the source code of this file.
Macros | |
#define | TE_SE_MODULE_NAME "te.symbology_encoding" |
General Defines | |
General defines for Symbology Encoding | |
#define | TE_SE_BEVEL_JOIN "bevel" |
It specifies the value "bevel" for stroke-linejoin parameter. | |
#define | TE_SE_BUTT_CAP "butt" |
It specifies the value "butt" for stroke-linecap parameter. | |
#define | TE_SE_DEFAULT_FILL_BASIC_COLOR 128, 128, 128 |
It specifies the default color used by basic fill (solid colors). | |
#define | TE_SE_DEFAULT_FONT_SIZE 10 |
It specifies the default font size. | |
#define | TE_SE_DEFAULT_GAMMA_VALUE 1.0 |
It specifies the default gamma value. | |
#define | TE_SE_DEFAULT_GRAPHIC_SIZE 16 |
It specifies the default graphic size. | |
#define | TE_SE_DEFAULT_HALO_COLOR 255, 255, 255 |
It specifies the default color used to show text halo. | |
#define | TE_SE_DEFAULT_HALO_RADIUS 1 |
It specifies the default halo radius (in pixels). | |
#define | TE_SE_DEFAULT_OPACITY 1.0 |
It specifies the default opacity(double value, 0.0 to 1.0 interval). | |
#define | TE_SE_DEFAULT_ROTATION 0.0 |
It specifies the default rotation. | |
#define | TE_SE_DEFAULT_STROKE_BASIC_COLOR 0, 0, 0 |
It specifies the default color used by stroke basic (solid colors). | |
#define | TE_SE_DEFAULT_STROKE_BASIC_WIDTH 1 |
It specifies the default width used by stroke basic (solid colors). | |
#define | TE_SE_DEFAULT_TEXT_COLOR 0, 0, 0 |
It specifies the default color used to show texts. | |
#define | TE_SE_DEFAULT_UOM 3 |
It specifies the default unit-of-measurement used by OGC Symbology Encoding. | |
#define | TE_SE_DEFAULT_VERSION "1.1.0" |
It specifies the default version used by OGC Symbology Encoding. | |
#define | TE_SE_MITRE_JOIN "mitre" |
It specifies the value "mitre" for stroke-linejoin parameter. | |
#define | TE_SE_ROUND_CAP "round" |
It specifies the value "round" for stroke-linecap parameter. | |
#define | TE_SE_ROUND_JOIN "round" |
It specifies the value "round" for stroke-linejoin parameter. | |
#define | TE_SE_SQUARE_CAP "square" |
It specifies the value "square" for stroke-linecap parameter. | |
DLL/LIB Module | |
Flags for building TerraLib as a DLL or as a Static Library | |
#define | TESEEXPORT |
You can use this macro in order to export/import classes and functions from this module. | |
#define TE_SE_BEVEL_JOIN "bevel" |
#define TE_SE_BUTT_CAP "butt" |
#define TE_SE_DEFAULT_FILL_BASIC_COLOR 128, 128, 128 |
#define TE_SE_DEFAULT_FONT_SIZE 10 |
#define TE_SE_DEFAULT_GAMMA_VALUE 1.0 |
#define TE_SE_DEFAULT_GRAPHIC_SIZE 16 |
#define TE_SE_DEFAULT_HALO_COLOR 255, 255, 255 |
#define TE_SE_DEFAULT_HALO_RADIUS 1 |
#define TE_SE_DEFAULT_OPACITY 1.0 |
#define TE_SE_DEFAULT_ROTATION 0.0 |
#define TE_SE_DEFAULT_STROKE_BASIC_COLOR 0, 0, 0 |
#define TE_SE_DEFAULT_STROKE_BASIC_WIDTH 1 |
#define TE_SE_DEFAULT_TEXT_COLOR 0, 0, 0 |
#define TE_SE_DEFAULT_UOM 3 |
#define TE_SE_DEFAULT_VERSION "1.1.0" |
#define TE_SE_MITRE_JOIN "mitre" |
#define TE_SE_ROUND_CAP "round" |
#define TE_SE_ROUND_JOIN "round" |
#define TE_SE_SQUARE_CAP "square" |
#define TESEEXPORT |
You can use this macro in order to export/import classes and functions from this module.