TableSublayerSource Class

  • TableSublayerSource
  • class Esri::ArcGISRuntime::TableSublayerSource

    Sublayer source that is a table, a feature class, or a raster that resides in a registered workspace (either a folder or geodatabase). More...

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

    This class was introduced in Esri::ArcGISRuntime 100.1.

    Public Functions

    TableSublayerSource(const QString &workspaceId, const QString &dataSourceName, QObject *parent = nullptr)
    virtual ~TableSublayerSource() override
    QString dataSourceName() const
    QString geodatabaseVersion() const
    void setGeodatabaseVersion(const QString &geodatabaseVersion)
    QString workspaceId() const

    Detailed Description

    Member Function Documentation

    TableSublayerSource::TableSublayerSource(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] TableSublayerSource::~TableSublayerSource()

    Destructor.

    QString TableSublayerSource::dataSourceName() const

    Returns the name of the data source for this object.

    QString TableSublayerSource::geodatabaseVersion() const

    Returns the geodatabase version, if applicable.

    See also setGeodatabaseVersion().

    void TableSublayerSource::setGeodatabaseVersion(const QString &geodatabaseVersion)

    Sets the geodatabase version to geodatabaseVersion.

    If the data source is a versioned geodatabase, you can use this property to switch to an alternate version. The registered geodatabase version is used by default.

    See also geodatabaseVersion().

    QString TableSublayerSource::workspaceId() const

    Returns the workspace ID.

    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