Obsolete Members for GeoprocessingDataFile

  • GeoprocessingDataFile
  • The following members of class GeoprocessingDataFile 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 fetchFile(const QString &filePath)

    Signals

    (deprecated) void fetchFileCompleted(const QUuid &taskId, const QString &filePath)

    Member Function Documentation

    Esri::ArcGISRuntime::TaskWatcher GeoprocessingDataFile::fetchFile(const QString &filePath)

    This function is deprecated. We strongly advise against using it in new code.

    Creates a task to fetch the file at url into a file or folder at filePath.

    If filePath is a directory, the file will be given the name of the file taken from the end of url. The full file path will be available as the returned task's result. Alternatively filePath can be a destination filename within an existing directory. Note that any pre-existing file at that location with the same name will be deleted first.

    [signal] void GeoprocessingDataFile::fetchFileCompleted(const QUuid &taskId, const QString &filePath)

    This function is deprecated. We strongly advise against using it in new code.

    The signal emitted when the fetchFile task completes.

    • taskId - The task ID.
    • filePath - The full path to the output file.

    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