Skip to content

IntegratedMeshLayer Class

  • IntegratedMeshLayer
  • class Esri::ArcGISRuntime::IntegratedMeshLayer

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

    Header: #include <IntegratedMeshLayer.h>
    Since: Esri::ArcGISRuntime 100.5
    Inherits: Esri::ArcGISRuntime::Layer and Esri::ArcGISRuntime::RemoteResource

    Public Functions

    IntegratedMeshLayer(Esri::ArcGISRuntime::Item *item, QObject *parent = nullptr)
    IntegratedMeshLayer(const QUrl &url, QObject *parent = nullptr)
    virtual ~IntegratedMeshLayer() override
    (since Esri::ArcGISRuntime 100.6) double altitudeOffset() const
    (since Esri::ArcGISRuntime 100.6) void setAltitudeOffset(double altitudeOffset)

    Reimplemented Public Functions

    (deprecated) virtual Esri::ArcGISRuntime::Credential *credential() const override
    (deprecated) virtual Esri::ArcGISRuntime::RequestConfiguration requestConfiguration() const override
    (deprecated) virtual void setRequestConfiguration(const Esri::ArcGISRuntime::RequestConfiguration &requestConfiguration) override
    virtual QUrl url() const override

    Detailed Description

    Relevant samples:

    Member Function Documentation

    [explicit] IntegratedMeshLayer::IntegratedMeshLayer(Esri::ArcGISRuntime::Item *item, QObject *parent = nullptr)

    Creates an integrated mesh layer object with a portal item.

    • item - The integrated mesh layer item (only PortalItem are supported).
    • parent - The optional parent QObject.

    {PortalItem::PortalItem(const QUrl&, QObject*)}, {Esri::ArcGISRuntime::Layer::item} {Layer::item}

    See also PortalItem and Esri::ArcGISRuntime::PortalItem::PortalItem(const QUrl&, QObject*).

    [explicit] IntegratedMeshLayer::IntegratedMeshLayer(const QUrl &url, QObject *parent = nullptr)

    Creates an Integrated Mesh layer object.

    • url - The URL to the service, scene layer package, or portal item.
    • parent - The optional parent QObject.

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

    {PortalItem::PortalItem(const QUrl&, QObject*)}, {Esri::ArcGISRuntime::Layer::item} {Layer::item}

    See also PortalItem and Esri::ArcGISRuntime::PortalItem::PortalItem(const QUrl&, QObject*).

    [override virtual noexcept] IntegratedMeshLayer::~IntegratedMeshLayer()

    Destructor.

    [since Esri::ArcGISRuntime 100.6] double IntegratedMeshLayer::altitudeOffset() const

    Returns the altitudeOffset of this layer.

    This function was introduced in Esri::ArcGISRuntime 100.6.

    See also setAltitudeOffset().

    [since Esri::ArcGISRuntime 100.6] void IntegratedMeshLayer::setAltitudeOffset(double altitudeOffset)

    Sets the altitudeOffset 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 function was introduced in Esri::ArcGISRuntime 100.6.

    See also altitudeOffset().

    [override virtual] QUrl IntegratedMeshLayer::url() const

    Reimplements: RemoteResource::url() const.

    Returns the URL of the integrated mesh layer.

    This method can't be called once the layer is loading else an ErrorType::CommonIllegalState error will occur.

    {IntegratedMeshLayer(const QUrl&, QObject*)}

    See also Esri::ArcGISRuntime::IntegratedMeshLayer::IntegratedMeshLayer(const QUrl&, QObject*).

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