The following members of class ExportVectorTilesTask 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 | create | 
Member Function Documentation
[explicit, deprecated] ExportVectorTilesTask::ExportVectorTilesTask   (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 ExportVectorTilesTask with a url to a vector tile service, a credential for the secured service, and an optional parent.
The vector tile service must be enabled for export or the task will fail to load. A vector tile service URL ends with VectorTileServer.
[deprecated] Esri::ArcGISRuntime::TaskWatcher     ExportVectorTilesTask::createDefaultExportVectorTilesParameters     (const Esri::ArcGISRuntime::Geometry    &areaOfInterest  , 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 vector tiles.
It will calculate the levels of detail (LODs) required based on the specified maxScale. Set to 0 to include all levels of detail.
The areaOfInterest represent the geographic area for which vector 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, deprecated] void ExportVectorTilesTask::createDefaultExportVectorTilesParametersCompleted      (const QUuid &taskId , const Esri::ArcGISRuntime::ExportVectorTilesParameters       &defaultExportVectorTilesParameters    )    
This function is deprecated. We strongly advise against using it in new code.
Signal emitted when createDefaultExportVectorTilesParameters completes.
- taskId - The task ID that this signal corresponds to
- defaultExportVectorTilesParameters - The default ExportVectorTilesParameters
[override virtual, deprecated] Esri::ArcGISRuntime::Credential    *ExportVectorTilesTask::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.
[override virtual, deprecated] Esri::ArcGISRuntime::RequestConfiguration     ExportVectorTilesTask::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.
See also setRequestConfiguration().
[override virtual, deprecated] void ExportVectorTilesTask::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.
See also requestConfiguration().