An image overlay draped over the terrain. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.4 |
Inherits: |
Properties
- altitude : double
- altitudeMode : Enums.KmlAltitudeMode
- color : color
- drawOrder : int
- geometry : Geometry
- icon : KmlIcon
- rotation : double
Signals
- altitudeChanged()
- altitudeModeChanged()
- colorChanged()
- drawOrderChanged()
- geometryChanged()
- iconChanged()
- rotationChanged()
Detailed Description
This QML type supports the following default properties. A default property may be declared inside another declared object without being assigned explicitly to a property.
Property Documentation
The KML ground overlay's altitude in meters.
This property is writable as of Esri.ArcGISRuntime 100.6.
Returns the altitude mode of the KML ground overlay.
This property is writable as of Esri.ArcGISRuntime 100.7.
See also Enums.KmlAltitudeMode.
color : color |
The color mask to be applied to the KML ground overlay's image.
The color mask can be used to blend the image associated with KML ground overlay. Pixels in the overlay image are multiplied by this color channel-by-channel. Colors in KML are specified in ABGR order. As of version 100.4, only the alpha (opacity) channel is multiplied; all others are left as-is.
This property is writable as of Esri.ArcGISRuntime 100.6.
The KML ground overlay's draw order.
Draw order defines the stacking order for the images in overlapping overlays. Overlays with higher draw order values are drawn on top of overlays with lower draw order values.
This property is writable as of Esri.ArcGISRuntime 100.6.
geometry : Geometry |
icon : KmlIcon |
The KML ground overlay icon.
This property was introduced in Esri.ArcGISRuntime 100.6.
The KML ground overlay's rotation.
The rotation of the overlay about its center, in degrees. Values can be +/-180. The default is 0 (north). Rotations are specified in a counterclockwise direction.
This property is writable as of Esri.ArcGISRuntime 100.6.
Signal Documentation
Emitted when the altitude property changes.
Note: The corresponding handler is onAltitudeChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.6.
Emitted when the altitudeMode property changes.
Note: The corresponding handler is onAltitudeModeChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.7.
Emitted when the color property changes.
Note: The corresponding handler is onColorChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.6.
Emitted when the drawOrder property changes.
Note: The corresponding handler is onDrawOrderChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.6.
Emitted when the geometry property changes.
Note: The corresponding handler is onGeometryChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.6.
Emitted when the icon property changes.
Note: The corresponding handler is onIconChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.6.
Emitted when the rotation property changes.
Note: The corresponding handler is onRotationChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.6.