Contains information about a shapefile. More...
Header: | #include <ShapefileInfo.h> |
Since: | Esri::ArcGISRuntime 100.2 |
Public Functions
ShapefileInfo() | |
ShapefileInfo(const Esri::ArcGISRuntime::ShapefileInfo &other) | |
ShapefileInfo(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 |
Esri::ArcGISRuntime::ShapefileInfo & | operator=(const Esri::ArcGISRuntime::ShapefileInfo &other) |
Esri::ArcGISRuntime::ShapefileInfo & | operator=(Esri::ArcGISRuntime::ShapefileInfo &&other) |
Detailed Description
Member Function Documentation
ShapefileInfo::ShapefileInfo ()
Default Constructor. Create an empty ShapefileInfo instance.
ShapefileInfo::ShapefileInfo (const Esri::ArcGISRuntime::ShapefileInfo &other)
Copy constructor from other ShapefileInfo.
ShapefileInfo::ShapefileInfo (Esri::ArcGISRuntime::ShapefileInfo &&other)
Move constructor 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.
Esri::ArcGISRuntime::ShapefileInfo &ShapefileInfo::operator=(const Esri::ArcGISRuntime::ShapefileInfo &other)
Assignment operator from other ShapefileInfo.
Esri::ArcGISRuntime::ShapefileInfo &ShapefileInfo::operator=(Esri::ArcGISRuntime::ShapefileInfo &&other)
Move operator from other ShapefileInfo.