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.