Config.h File Reference

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_DEFAULT_UOM   3
 It specifies the default unit-of-measurement used by OGC Symbology Encoding. More...
 
#define TE_SE_DEFAULT_TEXT_COLOR   0, 0, 0
 It specifies the default color used to show texts. More...
 
#define TE_SE_DEFAULT_FONT_SIZE   10
 It specifies the default font size. More...
 
#define TE_SE_DEFAULT_HALO_COLOR   255, 255, 255
 It specifies the default color used to show text halo. More...
 
#define TE_SE_DEFAULT_HALO_RADIUS   1
 It specifies the default halo radius (in pixels). More...
 
#define TE_SE_DEFAULT_FILL_BASIC_COLOR   128, 128, 128
 It specifies the default color used by basic fill (solid colors). More...
 
#define TE_SE_DEFAULT_STROKE_BASIC_COLOR   0, 0, 0
 It specifies the default color used by stroke basic (solid colors). More...
 
#define TE_SE_DEFAULT_STROKE_BASIC_WIDTH   1
 It specifies the default width used by stroke basic (solid colors). More...
 
#define TE_SE_DEFAULT_GRAPHIC_SIZE   16
 It specifies the default graphic size. More...
 
#define TE_SE_DEFAULT_GAMMA_VALUE   1.0
 It specifies the default gamma value. More...
 
#define TE_SE_DEFAULT_VERSION   "1.1.0"
 It specifies the default version used by OGC Symbology Encoding. More...
 
#define TE_SE_BUTT_CAP   "butt"
 It specifies the value "butt" for stroke-linecap parameter. More...
 
#define TE_SE_ROUND_CAP   "round"
 It specifies the value "round" for stroke-linecap parameter. More...
 
#define TE_SE_SQUARE_CAP   "square"
 It specifies the value "square" for stroke-linecap parameter. More...
 
#define TE_SE_MITRE_JOIN   "mitre"
 It specifies the value "mitre" for stroke-linejoin parameter. More...
 
#define TE_SE_ROUND_JOIN   "round"
 It specifies the value "round" for stroke-linejoin parameter. More...
 
#define TE_SE_BEVEL_JOIN   "bevel"
 It specifies the value "bevel" for stroke-linejoin parameter. More...
 
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. More...
 

Detailed Description

Configuration flags for the Symbology Encoding support of TerraLib.

Definition in file Config.h.

Macro Definition Documentation

#define TE_SE_BEVEL_JOIN   "bevel"

It specifies the value "bevel" for stroke-linejoin parameter.

Definition at line 153 of file Config.h.

#define TE_SE_BUTT_CAP   "butt"

It specifies the value "butt" for stroke-linecap parameter.

Definition at line 118 of file Config.h.

#define TE_SE_DEFAULT_FILL_BASIC_COLOR   128, 128, 128

It specifies the default color used by basic fill (solid colors).

Definition at line 76 of file Config.h.

#define TE_SE_DEFAULT_FONT_SIZE   10

It specifies the default font size.

Definition at line 55 of file Config.h.

#define TE_SE_DEFAULT_GAMMA_VALUE   1.0

It specifies the default gamma value.

Definition at line 104 of file Config.h.

#define TE_SE_DEFAULT_GRAPHIC_SIZE   16

It specifies the default graphic size.

Definition at line 97 of file Config.h.

#define TE_SE_DEFAULT_HALO_COLOR   255, 255, 255

It specifies the default color used to show text halo.

Definition at line 62 of file Config.h.

#define TE_SE_DEFAULT_HALO_RADIUS   1

It specifies the default halo radius (in pixels).

Definition at line 69 of file Config.h.

#define TE_SE_DEFAULT_STROKE_BASIC_COLOR   0, 0, 0

It specifies the default color used by stroke basic (solid colors).

Definition at line 83 of file Config.h.

#define TE_SE_DEFAULT_STROKE_BASIC_WIDTH   1

It specifies the default width used by stroke basic (solid colors).

Definition at line 90 of file Config.h.

#define TE_SE_DEFAULT_TEXT_COLOR   0, 0, 0

It specifies the default color used to show texts.

Definition at line 48 of file Config.h.

#define TE_SE_DEFAULT_UOM   3

It specifies the default unit-of-measurement used by OGC Symbology Encoding.

Definition at line 41 of file Config.h.

#define TE_SE_DEFAULT_VERSION   "1.1.0"

It specifies the default version used by OGC Symbology Encoding.

Definition at line 111 of file Config.h.

#define TE_SE_MITRE_JOIN   "mitre"

It specifies the value "mitre" for stroke-linejoin parameter.

Definition at line 139 of file Config.h.

#define TE_SE_MODULE_NAME   "te.symbology_encoding"

Definition at line 29 of file Config.h.

#define TE_SE_ROUND_CAP   "round"

It specifies the value "round" for stroke-linecap parameter.

Definition at line 125 of file Config.h.

#define TE_SE_ROUND_JOIN   "round"

It specifies the value "round" for stroke-linejoin parameter.

Definition at line 146 of file Config.h.

#define TE_SE_SQUARE_CAP   "square"

It specifies the value "square" for stroke-linecap parameter.

Definition at line 132 of file Config.h.

#define TESEEXPORT

You can use this macro in order to export/import classes and functions from this module.

Note
If you want to compile TerraLib as DLL in Windows, remember to insert TEMDDLL into the project's list of defines.
If you want to compile TerraLib as an Static Library under Windows, remember to insert the TEMDSTATIC flag into the project list of defines.
If you want to compile TerraLib as DLL in Windows, remember to insert TESEDLL into the project's list of defines.
If you want to compile TerraLib as an Static Library under Windows, remember to insert the TESESTATIC flag into the project list of defines.

Definition at line 187 of file Config.h.