ShapefileInfo QML Type
Contains information about a shapefile. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.2 |
Inherits: |
Properties
- copyrightText : string
- credits : string
- description : string
- summary : string
- tags : list<string>
- thumbnailUrl : url
Signals
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
copyrightText : string |
Returns the copyright text of the shapefile (read-only).
credits : string |
Returns the credits of the shapefile (read-only).
description : string |
Returns the description of the shapefile (read-only).
summary : string |
Returns the summary of the shapefile (read-only).
tags : list<string> |
Returns the tags of the shapefile (read-only).
thumbnailUrl : url |
Returns a URL to the thumbnail image provider (read-only).
Signal Documentation
thumbnailUrlChanged() |
Emitted when the thumbnailUrl property changes.
Note: The corresponding handler is onThumbnailUrlChanged
.