The source of an ArcGISMapImageSublayer. More...
Header: | #include <SublayerSource.h> |
Since: | Esri::ArcGISRuntime 100.1 |
Inherits: | Esri::ArcGISRuntime::Object |
Inherited By: | Esri::ArcGISRuntime::MapSublayerSource, Esri::ArcGISRuntime::RasterSublayerSource, Esri::ArcGISRuntime::TableJoinSublayerSource, Esri::ArcGISRuntime::TableQuerySublayerSource, and Esri::ArcGISRuntime::TableSublayerSource |
Public Functions
Esri::ArcGISRuntime::SublayerSourceType | sublayerSourceType() const |
Detailed Description
Depending on the type of SublayerSource, these layers are classified as follows:
- Map: a layer in the current map service (see MapSublayerSource)
- Dynamic table: data from a table data source (see TableSublayerSource)
- Dynamic query table: data from a queryTable data source (see TableQuerySublayerSource)
- Dynamic raster: data from a raster data source (see RasterSublayerSource)
- Dynamic join table: data from a joinTable data source (see TableJoinSublayerSource)
See also ArcGISMapImageSublayer::ArcGISMapImageSublayer(qint64, Esri::ArcGISRuntime::SublayerSource*, QObject*), ArcGISMapImageSublayer::source, MapSublayerSource, TableSublayerSource, TableJoinSublayerSource, TableQuerySublayerSource, and RasterSublayerSource.
Member Function Documentation
Esri::ArcGISRuntime::SublayerSourceType SublayerSource::sublayerSourceType () const
Returns the type of this SublayerSource