MapSublayerSource Class

  • MapSublayerSource
  • class Esri::ArcGISRuntime::MapSublayerSource

    A map sublayer source refers to a layer in the current map service. More...

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

    Public Functions

    MapSublayerSource(qint64 id, QObject *parent = nullptr)
    virtual ~MapSublayerSource() override
    QString geodatabaseVersion() const
    qint64 mapSublayerId() const
    void setGeodatabaseVersion(const QString &geodatabaseVersion)

    Detailed Description

    If supported, use the geodatabase version property to specify an alternate geodatabase version.

    See also TableSublayerSource, TableJoinSublayerSource, TableQuerySublayerSource, RasterSublayerSource, and SublayerSourceType::MapSublayerSource.

    Member Function Documentation

    [explicit] MapSublayerSource::MapSublayerSource(qint64 id, QObject *parent = nullptr)

    Create a map sublayer source from a map sublayer id.

    • id - The map sublayer id.
    • parent - The optional parent QObject.

    [override virtual] MapSublayerSource::~MapSublayerSource()

    Destructor.

    QString MapSublayerSource::geodatabaseVersion() const

    Returns the geodatabase version.

    See also setGeodatabaseVersion().

    qint64 MapSublayerSource::mapSublayerId() const

    Returns the map sublayer id of the map sublayer source.

    -1 if an error occurs.

    void MapSublayerSource::setGeodatabaseVersion(const QString &geodatabaseVersion)

    Sets the geodatabaseVersion to geodatabaseVersion.

    See also geodatabaseVersion.

    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