GDAL
|
This class represents a style pen. More...
#include <ogr_featurestyle.h>
Public Member Functions | |
const char * | Color (GBool &bDefault) |
void | SetColor (const char *pszColor) |
double | Width (GBool &bDefault) |
void | SetWidth (double dfWidth) |
const char * | Pattern (GBool &bDefault) |
void | SetPattern (const char *pszPattern) |
const char * | Id (GBool &bDefault) |
void | SetId (const char *pszId) |
double | PerpendicularOffset (GBool &bDefault) |
void | SetPerpendicularOffset (double dfPerp) |
const char * | Cap (GBool &bDefault) |
void | SetCap (const char *pszCap) |
const char * | Join (GBool &bDefault) |
void | SetJoin (const char *pszJoin) |
int | Priority (GBool &bDefault) |
void | SetPriority (int nPriority) |
const char * | GetParamStr (OGRSTPenParam eParam, GBool &bValueIsNull) |
int | GetParamNum (OGRSTPenParam eParam, GBool &bValueIsNull) |
double | GetParamDbl (OGRSTPenParam eParam, GBool &bValueIsNull) |
void | SetParamStr (OGRSTPenParam eParam, const char *pszParamString) |
void | SetParamNum (OGRSTPenParam eParam, int nParam) |
void | SetParamDbl (OGRSTPenParam 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 pen.