#include <mi32/elemstyl.h>
Public Member Functions | |
| void | Clear () |
| void | Copy (const POINTSTYLE &rhs) |
| bool | operator!= (const POINTSTYLE &rhs) const |
| POINTSTYLE & | operator= (const POINTSTYLE &rhs) |
| bool | operator== (const POINTSTYLE &rhs) const |
| POINTSTYLE (const POINTSTYLE &rhs) | |
| POINTSTYLE () | |
| bool | UsesTransparency () const |
| ~POINTSTYLE () | |
Public Attributes | |
| double | Angle |
| char * | Desc |
| COLOR | DrawColor |
| double | MapScale |
| double | ScaleX |
| double | ScaleY |
| UINT8 | spare [4] |
| UINT32 | StyleFlags |
| INT32 | SymbolNum |
Definition at line 265 of file elemstyl.h.
|
|
Default constructor.
Definition at line 278 of file elemstyl.h. |
|
|
Copy constructor.
Definition at line 284 of file elemstyl.h. |
|
|
Destructor.
Definition at line 291 of file elemstyl.h. |
|
|
Clear the structure.
Definition at line 324 of file elemstyl.h. |
|
|
Helper method for copying.
Definition at line 331 of file elemstyl.h. |
|
|
Inequality operator.
Definition at line 317 of file elemstyl.h. |
|
|
Assignment from POINTSTYLE.
Definition at line 297 of file elemstyl.h. |
|
|
Equality operator.
Definition at line 307 of file elemstyl.h. |
|
|
Determine if the style uses transparency Note: if the style uses a point symbol, this method can't tell if that symbol will use transparency or not.
Definition at line 346 of file elemstyl.h. |
|
|
Symbol rotation angle in RADIANS.
Definition at line 271 of file elemstyl.h. |
|
|
string from query, Symbol$ (freed in destructor)
Definition at line 275 of file elemstyl.h. |
|
|
Definition at line 272 of file elemstyl.h. |
|
|
Definition at line 273 of file elemstyl.h. |
|
|
X size of point (usually in millimeters) or pattern zoom factor.
Definition at line 269 of file elemstyl.h. |
|
|
Y size of point (usually in millimeters) or pattern zoom factor.
Definition at line 270 of file elemstyl.h. |
|
|
Definition at line 274 of file elemstyl.h. |
|
|
Definition at line 267 of file elemstyl.h. |
|
|
Definition at line 268 of file elemstyl.h. |
1.3.8-20040913