KmlGeometry QML Type

Contains all the KML-specific information associated with a Geometry. More...

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

Object

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 (since Esri.ArcGISRuntime 100.6)

Property Documentation

altitudeMode : Enums.KmlAltitudeMode

Returns the KML altitude mode.

Determines how altitude values should be interpreted.

Note: this property can only be set during instantiation.

See also Enums.KmlAltitudeMode.


extruded : bool

Returns a flag indicating if the KML geometry is extruded.

Returns true if the geometry is extruded, false otherwise.

Note: this property can only be set during instantiation.


[default] geometry : Geometry

Returns the ArcGIS Runtime Geometry for this KML geometry.

Note: this property can only be set during instantiation.


tessellated : bool

Returns a flag indicating if the KML geometry is tessellated.

Returns true if the geometry is tessellated, false otherwise.

Note: this property can only be set during instantiation.


type : Enums.GeometryType

Returns the KML geometry type (read-only).

See also Enums.GeometryType.


Signal Documentation

altitudeModeChanged()

Emitted when the altitudeMode property changes.

Note: The corresponding handler is onAltitudeModeChanged.

This signal was introduced in Esri.ArcGISRuntime 100.6.


extrudedChanged()

Emitted when the extruded property changes.

Note: The corresponding handler is onExtrudedChanged.

This signal was introduced in 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.


tessellatedChanged()

Emitted when the tessellated property changes.

Note: The corresponding handler is onTessellatedChanged.

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.