Contains information about a shapefile. More...
Header | #include <Shapefile |
Since | Esri |
Public Functions
Shapefile | |
Shapefile | |
Shapefile | |
~ | |
Q | copyright |
Q | credits() const |
Q | description() const |
bool | is |
Q | summary() const |
Q | tags() const |
Q | thumbnail() const |
Esri | operator=( |
Esri | operator=(const Esri |
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.
[noexcept]
ShapefileInfo::ShapefileInfo (Esri::ArcGISRuntime::ShapefileInfo &&other)
Move constructor from other ShapefileInfo.
[noexcept]
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.
[noexcept]
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.