Home
last modified time | relevance | path

Searched refs:poStylePen (Results 1 – 7 of 7) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmlstyle.cpp118 OGRStylePen *poStylePen = ( OGRStylePen * ) poOgrST; in addstylestring2kml() local
127 const char *pszcolor = poStylePen->Color ( nullcheck ); in addstylestring2kml()
130 && poStylePen->GetRGBFromString ( pszcolor, nR, nG, nB, nA ) ) { in addstylestring2kml()
133 poStylePen->SetUnit(OGRSTUPixel); in addstylestring2kml()
134 double dfWidth = poStylePen->Width ( nullcheck ); in addstylestring2kml()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmlstyle.cpp116 OGRStylePen *poStylePen = cpl::down_cast<OGRStylePen *>(poOgrST); in addstylestring2kml() local
120 const char * const pszColor = poStylePen->Color( nullcheck ); in addstylestring2kml()
127 poStylePen->GetRGBFromString( pszColor, nR, nG, nB, nA ) ) in addstylestring2kml()
135 poStylePen->SetUnit(OGRSTUPixel); in addstylestring2kml()
136 double dfWidth = poStylePen->Width( nullcheck ); in addstylestring2kml()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmlstyle.cpp116 OGRStylePen *poStylePen = cpl::down_cast<OGRStylePen *>(poOgrST); in OGRLIBKMLGetSanitizedNCName()
120 const char * const pszColor = poStylePen->Color( nullcheck ); in OGRLIBKMLGetSanitizedNCName()
127 poStylePen->GetRGBFromString( pszColor, nR, nG, nB, nA ) ) in OGRLIBKMLGetSanitizedNCName()
135 poStylePen->SetUnit(OGRSTUPixel); in OGRLIBKMLGetSanitizedNCName()
136 double dfWidth = poStylePen->Width( nullcheck ); in OGRLIBKMLGetSanitizedNCName()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmlstyle.cpp116 OGRStylePen *poStylePen = cpl::down_cast<OGRStylePen *>(poOgrST); in addstylestring2kml() local
120 const char * const pszColor = poStylePen->Color( nullcheck ); in addstylestring2kml()
127 poStylePen->GetRGBFromString( pszColor, nR, nG, nB, nA ) ) in addstylestring2kml()
135 poStylePen->SetUnit(OGRSTUPixel); in addstylestring2kml()
136 double dfWidth = poStylePen->Width( nullcheck ); in addstylestring2kml()
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/user/
H A Dogr_feature_style.rst843 OGRStyleTool *poStylePen = new OGRStylePen;
845 poStylePen->SetColor("#123456");
846 poStylePen->SetUnit(OGRSTUPixel);
847 poStylePen->SetWidth(10.0);
848 poStyleMgr->AddPart(poStylePen);
850 delete poStylePen;
865 poStylePen = (OGRStylePen *)poStyleTool;
866 pszColor = poStylePen->Color(bDefault);
868 poStylePen->GetRGBFromString(pszColor, nRed, nGreen,
873 dfWidth = poStylePen->Width(bDefault);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/user/
H A Dogr_feature_style.rst843 OGRStyleTool *poStylePen = new OGRStylePen;
845 poStylePen->SetColor("#123456");
846 poStylePen->SetUnit(OGRSTUPixel);
847 poStylePen->SetWidth(10.0);
848 poStyleMgr->AddPart(poStylePen);
850 delete poStylePen;
865 poStylePen = (OGRStylePen *)poStyleTool;
866 pszColor = poStylePen->Color(bDefault);
868 poStylePen->GetRGBFromString(pszColor, nRed, nGreen,
873 dfWidth = poStylePen->Width(bDefault);
/dports/graphics/gdal/gdal-3.3.3/doc/source/user/
H A Dogr_feature_style.rst843 OGRStyleTool *poStylePen = new OGRStylePen;
845 poStylePen->SetColor("#123456");
846 poStylePen->SetUnit(OGRSTUPixel);
847 poStylePen->SetWidth(10.0);
848 poStyleMgr->AddPart(poStylePen);
850 delete poStylePen;
865 poStylePen = (OGRStylePen *)poStyleTool;
866 pszColor = poStylePen->Color(bDefault);
868 poStylePen->GetRGBFromString(pszColor, nRed, nGreen,
873 dfWidth = poStylePen->Width(bDefault);