ShapefileInfo Class

  • ShapefileInfo
  • class Esri::ArcGISRuntime::ShapefileInfo

    Contains information about a shapefile. More...

    Header: #include <ShapefileInfo.h>
    Since: Esri::ArcGISRuntime 100.2

    This class was introduced in Esri::ArcGISRuntime 100.2.

    Public Functions

    ShapefileInfo(Esri::ArcGISRuntime::ShapefileInfo &&other)
    ShapefileInfo(const Esri::ArcGISRuntime::ShapefileInfo &other)
    ShapefileInfo()
    Esri::ArcGISRuntime::ShapefileInfo &operator=(Esri::ArcGISRuntime::ShapefileInfo &&other)
    Esri::ArcGISRuntime::ShapefileInfo &operator=(const Esri::ArcGISRuntime::ShapefileInfo &other)
    ~ShapefileInfo()
    QString copyrightText() const
    QString credits() const
    QString description() const
    bool isEmpty() const
    QString summary() const
    QStringList tags() const
    QImage thumbnail() const

    Detailed Description

    Member Function Documentation

    ShapefileInfo::ShapefileInfo(Esri::ArcGISRuntime::ShapefileInfo &&other)

    Move constructor from other ShapefileInfo.

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

    Copy constructor from other ShapefileInfo.

    ShapefileInfo::ShapefileInfo()

    Default Constructor. Create an empty ShapefileInfo instance.

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

    Move operator from other ShapefileInfo.

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

    Assignment operator from other ShapefileInfo.

    ShapefileInfo::~ShapefileInfo()

    Destructor

    QString ShapefileInfo::copyrightText() const

    Returns the shapefile copyright text.

    QString ShapefileInfo::credits() const

    Returns the shapefile credits.

    QString ShapefileInfo::description() const

    Returns the shapefile description.

    bool ShapefileInfo::isEmpty() const

    Returns whether this ShapefileInfo is empty.

    QString ShapefileInfo::summary() const

    Returns the shapefile summary.

    QStringList ShapefileInfo::tags() const

    Returns the shapefile tags.

    QImage ShapefileInfo::thumbnail() const

    Returns the shapefile thumbnail.

    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