IdInfo Class

  • IdInfo
  • class Esri::ArcGISRuntime::IdInfo

    Information about the sublayer metadata for a feature service or a map service. More...

    Header: #include <IdInfo.h>
    Since: Esri::ArcGISRuntime 100.0
    Inherited By:

    Esri::ArcGISRuntime::FeatureServiceLayerIdInfo and Esri::ArcGISRuntime::MapServiceLayerIdInfo

    This class was introduced in Esri::ArcGISRuntime 100.0.

    Public Functions

    IdInfo(Esri::ArcGISRuntime::IdInfo &&other)
    IdInfo(const Esri::ArcGISRuntime::IdInfo &other)
    IdInfo()
    Esri::ArcGISRuntime::IdInfo &operator=(Esri::ArcGISRuntime::IdInfo &&other)
    Esri::ArcGISRuntime::IdInfo &operator=(const Esri::ArcGISRuntime::IdInfo &other)
    virtual ~IdInfo()
    Esri::ArcGISRuntime::IdInfoType idInfoType() const
    qint64 infoId() const
    bool isEmpty() const
    QString name() const

    Detailed Description

    Member Function Documentation

    IdInfo::IdInfo(Esri::ArcGISRuntime::IdInfo &&other)

    Move constructor from other IdInfo.

    IdInfo::IdInfo(const Esri::ArcGISRuntime::IdInfo &other)

    Copy constructor from other IdInfo.

    IdInfo::IdInfo()

    Default constructor. Creates an empty IdInfo.

    Esri::ArcGISRuntime::IdInfo &IdInfo::operator=(Esri::ArcGISRuntime::IdInfo &&other)

    Move operator from other IdInfo.

    Esri::ArcGISRuntime::IdInfo &IdInfo::operator=(const Esri::ArcGISRuntime::IdInfo &other)

    Assignment operator from other IdInfo.

    [virtual] IdInfo::~IdInfo()

    Destructor.

    Esri::ArcGISRuntime::IdInfoType IdInfo::idInfoType() const

    Returns the type of IdInfo.

    qint64 IdInfo::infoId() const

    Returns the IdInfo's ID.

    bool IdInfo::isEmpty() const

    Returns if this IdInfo is empty.

    QString IdInfo::name() const

    Returns the IdInfo's name.

    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