RasterSublayerSource Class

  • RasterSublayerSource
  • class Esri::ArcGISRuntime::RasterSublayerSource

    Sublayer source that is a file-based raster, residing in a registered raster workspace. More...

    Header: #include <RasterSublayerSource.h>
    Since: Esri::ArcGISRuntime 100.1
    Inherits: Esri::ArcGISRuntime::SublayerSource

    This class was introduced in Esri::ArcGISRuntime 100.1.

    Public Functions

    RasterSublayerSource(const QString &workspaceId, const QString &dataSourceName, QObject *parent = nullptr)
    virtual ~RasterSublayerSource() override
    QString dataSourceName() const
    QString workspaceId() const

    Detailed Description

    Member Function Documentation

    RasterSublayerSource::RasterSublayerSource(const QString &workspaceId, const QString &dataSourceName, QObject *parent = nullptr)

    Constructor that accepts a workspace ID and a data source name.

    • workspaceId - The workspace ID.
    • dataSourceName - The data source name.
    • parent - The parent object (optional, defaults to nullptr).

    [override virtual] RasterSublayerSource::~RasterSublayerSource()

    Destructor.

    QString RasterSublayerSource::dataSourceName() const

    Returns the name of the data source for this object.

    QString RasterSublayerSource::workspaceId() const

    Returns the workspace ID for this object.

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

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close