Presentation

AMD: require(["geoscene/webscene/Presentation"], (Presentation) => { /* 代码 */ });
ESM: import Presentation from "@geoscene/core/webscene/Presentation";
类: geoscene/webscene/Presentation
继承于: Presentation Accessor
起始版本: GeoScene API for JavaScript 4.22

演示文稿包含一组 slides 集合 Collection 允许用户快速导航到  SceneView 的预定义设置。

示例:

构造函数

new Presentation(properties)
参数:
properties Object
optional

所有可传入构造函数的属性,请参见属性列表

属性列表

可以设置、检索或监听的属性。参见 使用属性
展示继承属性 隐藏继承属性
属性 类型 描述
String更多信息

类名。

更多信息Accessor
Collection<Slide>更多信息

slides 的集合,用于为 viewpoints 视点, 可见图层和以前在 WebScene 定义的其他设置。

更多信息Presentation

属性详细说明

declaredClass Stringreadonly inherited
起始版本: GeoScene API for JavaScript 4.22

类名。类的名称声明格式为 geoscene.folder.className

slides Collection<Slide>

slides的集合,用于为 viewpoints 视点, 可见图层和以前在 WebScene定义的其他设置。

示例:

方法列表

属性 返回值类型 描述
Presentation更多信息

深拷贝对象。

更多信息Presentation

方法详细说明

clone(){Presentation}

深拷贝对象。

返回值:
类型 描述
Presentation

调用此方法的实例的拷贝。

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