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) | Export |
(deprecated) Esri | create |
Signals
(deprecated) void | default |
Member Function Documentation
[deprecated]
ExportTileCacheTask::ExportTileCacheTask (const QUrl &url, Esri::ArcGISRuntime::Credential *credential, QObject *parent = nullptr)
This function is deprecated. We strongly advise against using it in new code.
Constructs an ExportTileCacheTask with a url to a secure tiled ArcGIS map service, a credential, and an optional parent.
[deprecated]
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.
[override virtual, deprecated]
Esri::ArcGISRuntime::Credential *ExportTileCacheTask::credential() const
This function is deprecated. We strongly advise against using it in new code.
Reimplements: RemoteResource::credential() const.
Returns the security credential used to access the tiled ArcGIS map Service.
This is only applicable if using a service that is secured.
[signal, deprecated]
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.
[override virtual, since Esri::ArcGISRuntime 100.1, deprecated]
Esri::ArcGISRuntime::RequestConfiguration ExportTileCacheTask::requestConfiguration () const
This function is deprecated. We strongly advise against using it in new code.
Reimplements: RemoteResource::requestConfiguration() const.
Returns the RequestConfiguration in use by this task.
This function was introduced in Esri::ArcGISRuntime 100.1.
See also setRequestConfiguration().
[override virtual, since Esri::ArcGISRuntime 100.1, deprecated]
void ExportTileCacheTask::setRequestConfiguration (const Esri::ArcGISRuntime::RequestConfiguration &requestConfiguration )
This function is deprecated. We strongly advise against using it in new code.
Reimplements: RemoteResource::setRequestConfiguration(const Esri::ArcGISRuntime::RequestConfiguration &requestConfiguration).
Sets configuration parameters used for network requests sent by this task to requestConfiguration.
This function was introduced in Esri::ArcGISRuntime 100.1.
See also requestConfiguration().