Sublayer source that is a file-based raster, residing in a registered raster workspace. More...
| Header | #include <Raster |
| Since | Esri |
| Inherits | Esri |
This class was introduced in Esri::ArcGISRuntime 100.1.
Public Functions
| Raster | |
| virtual | ~ |
| QString | data |
| QString | workspace |
Detailed Description
Member Function Documentation
RasterSublayerSource::RasterSublayerSource (const QString &workspaceId , const QString &dataSourceName , QObject *parent = nullptr)
Constructor that accepts a workspace ID and a data source name.
- workspaceId - The workspace ID.
- dataSourceName - The data source name.
- parent - The parent object (optional, defaults to nullptr).
[override virtual] RasterSublayerSource::~RasterSublayerSource ()
Destructor.
QString RasterSublayerSource::dataSourceName () const
Returns the name of the data source for this object.
QString RasterSublayerSource::workspaceId () const
Returns the workspace ID for this object.