PointCloudLayer QML Type

  • Esri.ArcGISRuntime
  • PointCloudLayer
  • A point cloud layer. More...

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

    Layer

    Properties

    Signals

    Detailed Description

    PointCloudLayer provides fast display of large volumes of symbolized and filtered point cloud data. PointCloudsLayer objects are optimized for the display and sharing of many kinds of sensor data, including lidar.

    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.

    TypeDefault Property
    ArcGISItemitem

    See also Layer.

    Property Documentation

    [since Esri.ArcGISRuntime 100.6] altitudeOffset : double

    The altitude offset of this layer.

    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 PointCloudLayer.

    PointCloudLayer can be created with an item or a 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 PointCloudLayer.

    The URL can be for a service, scene layer package, or portal item.

    If the specified URL is a portal item URL (see PortalItem::url for the supported URL formats), the underlying PortalItem will be created and accessible through Layer::item.

    PointCloudLayer can be created with an item or a 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.