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 void | set |
(since Esri Q | unknown |
(since Esri Q | unsupported |
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.