Contains all the KML-specific information associated with a Geometry. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.4 |
Inherits: |
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
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.
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.
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.
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.