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 () |
![]() | |
OGRStyleTool (OGRSTClassId eClassId) | |
GBool | GetRGBFromString (const char *pszColor, int &nRed, int &nGreen, int &nBlue, int &nTransparence) |
int | GetSpecificId (const char *pszId, const char *pszWanted) |
GBool | IsStyleModified () |
void | StyleModified () |
GBool | IsStyleParsed () |
void | StyleParsed () |
OGRSTClassId | GetType () |
void | SetInternalInputUnitFromParam (char *pszString) |
void | SetUnit (OGRSTUnitId, double dfScale=1.0) |
OGRSTUnitId | GetUnit () |
void | SetStyleString (const char *pszStyleString) |
const char * | GetStyleString (const OGRStyleParamId *pasStyleParam, OGRStyleValue *pasStyleValue, int nSize) |
const char * | GetParamStr (const OGRStyleParamId &sStyleParam, OGRStyleValue &sStyleValue, GBool &bValueIsNull) |
int | GetParamNum (const OGRStyleParamId &sStyleParam, OGRStyleValue &sStyleValue, GBool &bValueIsNull) |
double | GetParamDbl (const OGRStyleParamId &sStyleParam, OGRStyleValue &sStyleValue, GBool &bValueIsNull) |
void | SetParamStr (const OGRStyleParamId &sStyleParam, OGRStyleValue &sStyleValue, const char *pszParamString) |
void | SetParamNum (const OGRStyleParamId &sStyleParam, OGRStyleValue &sStyleValue, int nParam) |
void | SetParamDbl (const OGRStyleParamId &sStyleParam, OGRStyleValue &sStyleValue, double dfParam) |
double | ComputeWithUnit (double, OGRSTUnitId) |
int | ComputeWithUnit (int, OGRSTUnitId) |
Additional Inherited Members | |
![]() | |
GBool | Parse (const OGRStyleParamId *pasStyle, OGRStyleValue *pasValue, int nCount) |
This class represents a style brush.