GDAL
|
This class represents a style brush. More...
#include <ogr_featurestyle.h>
Public Member Functions | |
const char * | ForeColor (GBool &bDefault) |
void | SetForeColor (const char *pszColor) |
const char * | BackColor (GBool &bDefault) |
void | SetBackColor (const char *pszColor) |
const char * | Id (GBool &bDefault) |
void | SetId (const char *pszId) |
double | Angle (GBool &bDefault) |
void | SetAngle (double dfAngle) |
double | Size (GBool &bDefault) |
void | SetSize (double dfSize) |
double | SpacingX (GBool &bDefault) |
void | SetSpacingX (double dfX) |
double | SpacingY (GBool &bDefault) |
void | SetSpacingY (double dfY) |
int | Priority (GBool &bDefault) |
void | SetPriority (int nPriority) |
const char * | GetParamStr (OGRSTBrushParam eParam, GBool &bValueIsNull) |
int | GetParamNum (OGRSTBrushParam eParam, GBool &bValueIsNull) |
double | GetParamDbl (OGRSTBrushParam eParam, GBool &bValueIsNull) |
void | SetParamStr (OGRSTBrushParam eParam, const char *pszParamString) |
void | SetParamNum (OGRSTBrushParam eParam, int nParam) |
void | SetParamDbl (OGRSTBrushParam eParam, double dfParam) |
const char * | GetStyleString () |
This class represents a style brush.