Controls the drawing style for the icon, line, polygon, and/or label or a KmlNode. A KmlStyle is made up of several substyles, including KmlIconStyle, KmlLineStyle, KmlPolygonStyle, and KmlLabelStyle. Not all node types support styling. For example, a KmlTour node cannot be stylized.
Relevant samples:
[explicit]
KmlStyle::KmlStyle(QObject *parent = nullptr)
Creates a KML style. Substyles can be modified.
parent Parent object.
[override virtual noexcept]
KmlStyle::~KmlStyle()
Destructor.
Esri::ArcGISRuntime::KmlIconStyle *KmlStyle::iconStyle()Specifies how icons for point Placemarks are drawn.
See also setIconStyle().
Esri::ArcGISRuntime::KmlLabelStyle *KmlStyle::labelStyle()Specifies how Placemark labels are drawn.
See also setLabelStyle().
Esri::ArcGISRuntime::KmlLineStyle *KmlStyle::lineStyle()Specifies the drawing style for all lines.
See also setLineStyle().
Esri::ArcGISRuntime::KmlPolygonStyle *KmlStyle::polygonStyle()Specifies the drawing style for polygons.
See also setPolygonStyle().
void KmlStyle::setIconStyle(Esri::ArcGISRuntime::KmlIconStyle *iconStyle)iconStyle will set how icons for point Placemarks are drawn.
See also iconStyle().
void KmlStyle::setLabelStyle(Esri::ArcGISRuntime::KmlLabelStyle *labelStyle)labelStyle will set how point Placemarks are drawn.
See also labelStyle().
void KmlStyle::setLineStyle(Esri::ArcGISRuntime::KmlLineStyle *lineStyle)lineStyle will specify the drawing style for all lines.
See also lineStyle().
void KmlStyle::setPolygonStyle(Esri::ArcGISRuntime::KmlPolygonStyle *polygonStyle)polygonStyle will specify the drawing style for polygons.
See also polygonStyle().
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4