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) Esri::ArcGISRuntime::TaskWatcher | createDefaultExportVectorTilesParameters(const Esri::ArcGISRuntime::Geometry &areaOfInterest, double maxScale) |
Signals
(deprecated) void | createDefaultExportVectorTilesParametersCompleted(const QUuid &taskId, const Esri::ArcGISRuntime::ExportVectorTilesParameters &defaultExportVectorTilesParameters) |
Member Function Documentation
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]
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