Skip to content

Obsolete Members for Scene

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

    Public Functions

    (since Esri::ArcGISRuntime 100.2, deprecated) void setSceneViewTilingScheme(Esri::ArcGISRuntime::SceneViewTilingScheme sceneViewTilingScheme)
    (since Esri::ArcGISRuntime 100.3, deprecated) QJsonObject unknownJson() const
    (since Esri::ArcGISRuntime 100.3, deprecated) QJsonObject unsupportedJson() const

    Member Function Documentation

    [since Esri::ArcGISRuntime 100.2, deprecated] void Scene::setSceneViewTilingScheme(Esri::ArcGISRuntime::SceneViewTilingScheme sceneViewTilingScheme)

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

    Sets the tiling scheme of the scene to sceneViewTilingScheme.

    This function was introduced in Esri::ArcGISRuntime 100.2.

    See also sceneViewTilingScheme() and SceneViewTilingScheme.

    [since Esri::ArcGISRuntime 100.3, deprecated] QJsonObject Scene::unknownJson() const

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

    Returns unknown data from the source JSON.

    Unknown JSON is a QJsonObject of values not defined in the ArcGIS web scene specification used to create this object but found in the source JSON. If the object is written back to JSON, any unknown JSON data is not persisted.

    This function was introduced in Esri::ArcGISRuntime 100.3.

    See also Scene.

    [since Esri::ArcGISRuntime 100.3, deprecated] QJsonObject Scene::unsupportedJson() const

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

    Returns unsupported data from the source JSON.

    Unsupported JSON is a QJsonObject of values defined in the ArcGIS web scene specification used to create this object but not currently used in this API. If the object is written back to JSON, any unsupported JSON data is persisted.

    This function was introduced in Esri::ArcGISRuntime 100.3.

    See also Scene.

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