Specifying point styles, Specifying line styles, Specifying fill styles – Pitney Bowes MapMarker USA User Manual
Page 291

Appendix B:
Adding Rows to the MapInfo_MapCatalog
MapMarker USA 25
291
User Guide
Specifying Point Styles
Use a Symbol clause to specify point styles. There are three types of Symbol clauses: one for
specifying MapInfo 3.0-style symbols; one for specifying TrueType font symbols; and one for
specifying bitmap symbols.
Specifying Line Styles
Use a Pen clause to specify line styles. In a MAPINFO_MAPCATALOG table, you may need to
specify two pen clauses: one to specify the appearance of linear features, and another to specify the
appearance of region borders.
Specifying Fill Styles
Use a Brush clause to specify the style for closed features (regions).
Point Styles
Symbol Syntax
Example
Symbol(shape, color, size)
or
Symbol(shape,color,size,font,fontstyle,rotation)
or
Symbol(bitmapname,color,size,customstyle)
Symbol(35,0,12)
Symbol(64,255,12,"MapInfo
Weather",17,0)
Symbol("sign.bmp", 255, 18, 0)
Line Styles
Pen Syntax
Example
Pen(thickness, pattern, color)
Pen(1, 2, 0)
Fill Styles
Brush Syntax
Example
Brush(pattern,color,backgroundcolor)
Brush(2, 255, 65535)