KmlGroundOverlay QML Type

  • Esri.ArcGISRuntime
  • KmlGroundOverlay
  • An image overlay draped over the terrain. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.4
    Inherits:

    KmlNode

    Properties

    Signals

    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.

    TypeDefault Property
    Geometrygeometry
    KmlIconicon

    Property Documentation

    altitude : double

    The KML ground overlay's altitude in meters.

    This property is writable as of Esri.ArcGISRuntime 100.6.


    altitudeMode : Enums.KmlAltitudeMode

    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.


    drawOrder : int

    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

    The geometry for the KML ground overlay.

    The geometry must be either an Envelope or a Polygon with exactly 4 points. Other geometry types are not supported.

    This property is writable as of Esri.ArcGISRuntime 100.6.


    [since Esri.ArcGISRuntime 100.6] icon : KmlIcon

    The KML ground overlay icon.

    This property was introduced in Esri.ArcGISRuntime 100.6.


    rotation : double

    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

    [since Esri.ArcGISRuntime 100.6] altitudeChanged()

    Emitted when the altitude property changes.

    Note: The corresponding handler is onAltitudeChanged.

    This signal was introduced in Esri.ArcGISRuntime 100.6.


    [since Esri.ArcGISRuntime 100.7] altitudeModeChanged()

    Emitted when the altitudeMode property changes.

    Note: The corresponding handler is onAltitudeModeChanged.

    This signal was introduced in Esri.ArcGISRuntime 100.7.


    [since Esri.ArcGISRuntime 100.6] colorChanged()

    Emitted when the color property changes.

    Note: The corresponding handler is onColorChanged.

    This signal was introduced in Esri.ArcGISRuntime 100.6.


    [since Esri.ArcGISRuntime 100.6] drawOrderChanged()

    Emitted when the drawOrder property changes.

    Note: The corresponding handler is onDrawOrderChanged.

    This signal was introduced in Esri.ArcGISRuntime 100.6.


    [since Esri.ArcGISRuntime 100.6] geometryChanged()

    Emitted when the geometry property changes.

    Note: The corresponding handler is onGeometryChanged.

    This signal was introduced in Esri.ArcGISRuntime 100.6.


    [since Esri.ArcGISRuntime 100.6] iconChanged()

    Emitted when the icon property changes.

    Note: The corresponding handler is onIconChanged.

    This signal was introduced in Esri.ArcGISRuntime 100.6.


    [since Esri.ArcGISRuntime 100.6] rotationChanged()

    Emitted when the rotation property changes.

    Note: The corresponding handler is onRotationChanged.

    This signal was introduced in Esri.ArcGISRuntime 100.6.


    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.