|
CartoType API
|
#include <cartotype_map_style.h>
Public Attributes | |
| int32 | iStart |
| int32 | iEnd |
| CString | iName |
A style sheet macro. Macros are sequences of XML defined using <macro id="name"> ...content... </macro> and referenced using <macro ref='name' param1='value1' ... paramN='valueN'/>. The text is re-interpreted at the time the macro is expanded, so that it uses the current context. All attributes apart from 'ref' are macro parameters Parameter values are represented in the macro text using ~param1~ .. ~paramN~ and are textually replaced by the parameter values.
| int32 CartoType::CMacro::iEnd |
The end of the macro's text in the style sheet.
The name of the macro.
The start of the macro's text in the style sheet.
1.7.5.1