Obsolete Members for MobileScenePackage

  • MobileScenePackage
  • The following members of class MobileScenePackage are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

    Signals

    (obsolete) void isDirectReadSupportedCompleted(QUuid taskId, bool directReadSupported)

    Static Public Members

    (obsolete) Esri::ArcGISRuntime::TaskWatcher isDirectReadSupported(const QString &mobileScenePackageFilePath)

    Member Function Documentation

    [signal] void MobileScenePackage::isDirectReadSupportedCompleted(QUuid taskId, bool directReadSupported)

    This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

    Signal emitted when isDirectReadSupported completes.

    • taskId - The task ID that this signal corresponds to.
    • directReadSupported - Whether the mobile scene package file can be read directly.

    [static] Esri::ArcGISRuntime::TaskWatcher MobileScenePackage::isDirectReadSupported(const QString &mobileScenePackageFilePath)

    This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

    Checks if the mobile scene package at mobileScenePackageFilePath can be read directly without requiring to be unpacked. Always returns true after deprecation in version 100.7.

    Prior to Esri::ArcGISRuntime 100.7 some data formats could only be accessed if they were present on disk, for example, RasterLayer. In these situations, this method would return false and you would need to unpack the package to access the data.

    From Esri::ArcGISRuntime 100.7 and onwards this limitation has been removed allowing the data to be read directly from the mobile scene package. This method always returns a result of true.

    Since this method is no longer required it can be removed from calling code including any subsequent use of unpack.

    This method returns a TaskWatcher for the asynchronous operation. Connect to the MobileScenePackage singleton provided by the instance() method to determine when the operation is completed.

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