KmlGeometry QML Type
Contains all the KML-specific information associated with a Geometry. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.4 |
Inherits: |
- List of all members, including inherited members
- KmlGeometry is part of QML Type List.
Properties
- altitudeMode : Enums.KmlAltitudeMode
- extruded : bool
- geometry : Geometry
- tessellated : bool
- type : Enums.GeometryType
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.
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 Maps SDK 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.
[read-only] type : Enums.GeometryType |
Returns the KML geometry type (read-only).
See also Enums.GeometryType.
Signal Documentation
|
Emitted when the altitudeMode property changes.
Note: The corresponding handler is onAltitudeModeChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.6.
|
Emitted when the extruded property changes.
Note: The corresponding handler is onExtrudedChanged
.
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 tessellated property changes.
Note: The corresponding handler is onTessellatedChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.6.