In-memory structure for polygon feature style. More...
#include <mi32/elemstyl.h>
Public Member Functions | |
| POLYSTYLE (const POLYSTYLE &rhs) | |
| POLYSTYLE () | |
| ~POLYSTYLE () | |
| void | Clear () |
| void | Copy (const POLYSTYLE &rhs) |
| UINT32 | GetHashNumber () const |
| bool | operator!= (const POLYSTYLE &rhs) const |
| POLYSTYLE & | operator= (const POLYSTYLE &rhs) |
| bool | operator== (const POLYSTYLE &rhs) const |
| bool | UsesTransparency () const |
Public Attributes | |
| double | Angle |
| COLOR | BorderColor |
| INT32 | BorderPatternNum |
| double | BorderScale |
| COLOR | FillColor |
| char * | FillDesc |
| INT32 | FillPatternNum |
| char * | LineDesc |
| double | MapScale |
| UINT32 | StyleFlags |
In-memory structure for polygon feature style.
| POLYSTYLE::POLYSTYLE | ( | ) | [inline] |
Default constructor.
| POLYSTYLE::POLYSTYLE | ( | const POLYSTYLE & | rhs | ) | [inline] |
Copy constructor.
| POLYSTYLE::~POLYSTYLE | ( | ) | [inline] |
Destructor.
| void POLYSTYLE::Clear | ( | ) | [inline] |
Clear the structure.
| void POLYSTYLE::Copy | ( | const POLYSTYLE & | rhs | ) | [inline] |
Helper method for copying.
| bool POLYSTYLE::operator!= | ( | const POLYSTYLE & | rhs | ) | const [inline] |
Inequality operator.
| bool POLYSTYLE::operator== | ( | const POLYSTYLE & | rhs | ) | const [inline] |
Equality operator.
| bool POLYSTYLE::UsesTransparency | ( | ) | const [inline] |
Determine if the style uses transparency Note: if the style uses a fill pattern, this method can't tell if that pattern will use transparency or not.
| double POLYSTYLE::Angle |
Rotation angle for hatch patterns (was spare[8]).
| double POLYSTYLE::BorderScale |
Width of border (usually in millimeters) or pattern zoom factor.
| char* POLYSTYLE::FillDesc |
string from query, Symbol$ (free when done)
| char* POLYSTYLE::LineDesc |
string from query, Symbol$ (free when done)
| double POLYSTYLE::MapScale |
1.6.1