Obsolete Members for ExportTileCacheTask

  • ExportTileCacheTask
  • 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.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close