IntegratedMeshLayer QML Type

  • Esri.ArcGISRuntime
  • IntegratedMeshLayer
  • An IntegratedMeshLayer represents a layer that can visualize an integrated mesh layer. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.5
    Inherits:

    Layer

    Properties

    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

    [since Esri.ArcGISRuntime 100.6] altitudeOffset : double

    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.


    [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

    [since Esri.ArcGISRuntime 100.6] altitudeOffsetChanged()

    Emitted when the altitudeOffset property changes.

    Note: The corresponding handler is onAltitudeOffsetChanged.

    This signal was introduced in Esri.ArcGISRuntime 100.6.


    credentialChanged()

    Emitted when the credential property changes.

    Note: The corresponding handler is onCredentialChanged.


    requestConfigurationChanged()

    Emitted when the requestConfiguration property changes.

    Note: The corresponding handler is onRequestConfigurationChanged.


    urlChanged()

    Emitted when the url property changes.

    Note: The corresponding handler is onUrlChanged.


    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.