SceneViewProperties

允许视图在与其后面的网页元素合成时部分或完全透明。

关系

Extends

SceneViewProperties Extends ViewProperties

属性

alphaCompositingEnabled

允许视图在与其后面的网页元素合成时部分或完全透明。

alphaCompositingEnabled?: boolean

类型: boolean

analyses

允许将分析直接添加到视图中的默认分析。

analyses?: CollectionProperties

animation

表示由 goTo() 初始化的正在进行的视图动画。

animation?: ViewAnimation

basemapView

表示将单个底图添加到地图后的视图。

basemapView?: BasemapView

类型: BasemapView

breakpoints

用于定义视图高度和宽度断点的便利属性。

breakpoints?: BreakpointsOwnerBreakpoints

camera

确定 SceneView 可见部分(或透视图)的观察点。

camera?: CameraProperties

center

表示视图的中心点;设置中心时,您可以传递 Point 实例或表示经度/纬度对的数字数组。

center?: PointProperties | number[]

类型: PointProperties | number

clippingArea

表示用于定义本地场景可见范围的可选裁剪区域。

clippingArea?: ExtentProperties

constraints

指定可应用于 SceneView 的相机倾斜和高度约束。

constraints?: SceneViewConstraintsProperties

container

表示包含视图的 DOM 元素的 id 或节点。

container?: string | HTMLDivElement

类型: string | HTMLDivElement

displayFilterEnabled

指示是否在视图中的所有图层上遵循显示过滤器。

displayFilterEnabled?: boolean

类型: boolean

environment

指定视图中环境可视化的各种属性。

environment?: SceneViewEnvironmentProperties

extent

范围表示视图中地图的可见部分,作为 Extent 的实例。

extent?: ExtentProperties

fatalError

当视图失去其 WebGL 上下文时返回的致命错误。

fatalError?: Error

类型: Error

floors

在视图上为特定楼层级别集应用显示过滤器。

floors?: CollectionProperties

graphics

允许将图形直接添加到视图中的默认图形。

graphics?: CollectionProperties

heightBreakpoint

指示视图高度一般大小的便利属性。

heightBreakpoint?: "small" | "medium" | "large" | "xsmall" | "xlarge"

类型: "small" | "medium" | "large" | "xsmall" | "xlarge"

highlights

表示可用于在整个应用程序中突出显示要素的 HighlightOptions 对象集合。

highlights?: CollectionProperties

map

要在视图中显示的 Map 对象实例。

map?: MapProperties

配置视图导航行为的选项。

navigation?: NavigationProperties

qualityProfile

SceneView 可以在三种不同的质量模式下绘制场景:highmediumlow

qualityProfile?: "medium" | "low" | "high"

类型: "medium" | "low" | "high"

scale

表示地图比例尺的近似值。

scale?: number

类型: number

spatialReference

视图的空间参考。

spatialReference?: SpatialReferenceProperties

viewingMode

查看模式(localglobal)。

viewingMode?: "local" | "global"

类型: "local" | "global"

viewpoint

将当前视图表示为 Viewpoint 或视图上的观察点。

viewpoint?: ViewpointProperties

widthBreakpoint

指示视图宽度一般大小的便利属性。

widthBreakpoint?: "small" | "medium" | "large" | "xsmall" | "xlarge"

类型: "small" | "medium" | "large" | "xsmall" | "xlarge"

zoom

表示视图中心的详细级别 (LOD)。

zoom?: number

类型: number

BIMFlux AI