IntegratedMeshLayer QML Type
An IntegratedMeshLayer represents a layer that can visualize an integrated mesh layer. An integrated mesh can represent built and natural 3D features, such as building walls, trees, valleys, and cliffs, with realistic textures and includes elevation information. More...
Import Statement: | import Esri.ArcGISRuntime 100.6 |
Since: | Esri.ArcGISRuntime 100.5 |
Inherits: |
Properties
- altitudeOffset : double
- credential : Credential
- item : ArcGISItem
- requestConfiguration : RequestConfiguration
- url : url
Signals
Detailed Description
See also Layer.
Property Documentation
Returns or sets the altitude offset of this layer.
An altitude offset provides a simple mechanism to consistently modify the elevation of all features in the layer with a single value.
This QML property was introduced in Esri.ArcGISRuntime 100.6.
credential : Credential |
The credential used to access a secured service.
The credential cannot be changed after the layer is loaded.
[default] item : ArcGISItem |
An item used to create the IntegratedMeshLayer.
IntegratedMeshLayer can be created with an item or an URL.
This may only be set once to initialize the layer.
requestConfiguration : RequestConfiguration |
Returns the RequestConfiguration in use by this layer.
[default] url : url |
A URL used to create the IntegratedMeshLayer.
IntegratedMeshLayer can be created with an item or an URL.
This may only be set once to initialize the layer.
Signal Documentation
Emitted when the altitudeOffset property changes.
This QML signal was introduced in Esri.ArcGISRuntime 100.6.
Emitted when the credential property changes.
Emitted when the requestConfiguration property changes.
Emitted when the url property changes.