|
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 () |
This class represents a style pen.
1.7.6.1.