An IntegratedMeshLayer represents a layer that can visualize an integrated mesh layer. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.5 |
Inherits: |
Properties
- altitudeOffset : double
- credential : Credential
- item : ArcGISItem
- requestConfiguration : RequestConfiguration
- url : url
Signals
Detailed Description
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.
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 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.
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.
Note: The corresponding handler is onAltitudeOffsetChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.6.
Emitted when the credential property changes.
Note: The corresponding handler is onCredentialChanged
.
Emitted when the requestConfiguration property changes.
Note: The corresponding handler is onRequestConfigurationChanged
.
Emitted when the url property changes.
Note: The corresponding handler is onUrlChanged
.