The following members of class ExportTileCacheTask are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(deprecated) Esri::ArcGISRuntime::TaskWatcher | createDefaultExportTileCacheParameters(const Esri::ArcGISRuntime::Geometry &areaOfInterest, double minScale, double maxScale) |
Signals
(deprecated) void | defaultExportTileCacheParametersCompleted(const QUuid &taskId, const Esri::ArcGISRuntime::ExportTileCacheParameters &defaultExportTileCacheParameters) |
Member Function Documentation
Esri::ArcGISRuntime::TaskWatcher ExportTileCacheTask::createDefaultExportTileCacheParameters (const Esri::ArcGISRuntime::Geometry &areaOfInterest , double minScale , double maxScale )
This function is deprecated. We strongly advise against using it in new code.
A convenience method to get properly initialized parameters for exporting tiles.
It will calculate the levels of detail (LODs) required based on the specified minScale and maxScale and the tiling scheme of the service. The areaOfInterest represents the geographic area for which tiles are needed.
The supported geometry types for the area of interest are Envelope and Polygon. The area of interest must have a spatial reference. Where a Polygon is supplied, tiles will be filtered according to the polygon geometry, which can help reduce the size of the resulting tile package. Note that the filtered set of tiles may vary, depending on the underlying service.
[signal]
void ExportTileCacheTask::defaultExportTileCacheParametersCompleted (const QUuid &taskId , const Esri::ArcGISRuntime::ExportTileCacheParameters &defaultExportTileCacheParameters )
This function is deprecated. We strongly advise against using it in new code.
Signal emitted when createDefaultExportTileCacheParameters completes.
- taskId - The task ID that this signal corresponds to
- defaultExportTileCacheParameters - The default ExportTileCacheParameters
See also Loadable.