Sublayer source that is a file-based raster, residing in a registered raster workspace. More...
Header: | #include <RasterSublayerSource.h> |
Since: | Esri::ArcGISRuntime 100.1 |
Inherits: | Esri::ArcGISRuntime::SublayerSource |
Public Functions
RasterSublayerSource(const QString &workspaceId, const QString &dataSourceName, QObject *parent = nullptr) | |
virtual | ~RasterSublayerSource() override |
QString | dataSourceName() const |
QString | workspaceId() const |
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.