Contains information about a shapefile. More...
|  Header |  #include <Shapefile | 
|  Since |  Esri | 
This class was introduced in Esri::ArcGISRuntime 100.2.
Public Functions
| Shapefile | |
| Shapefile | |
| Shapefile | |
|  Esri | operator=( | 
|  Esri | operator=(const Esri | 
| ~ | |
| QString | copyright | 
| QString | credits() const | 
| QString | description() const | 
| bool | is | 
| QString | summary() const | 
|  QString | 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.