MediaLayerProperties
关系
Extends
MediaLayerProperties Extends LayerProperties
继承: LayerProperties
属性
blendMode
混合模式用于将图层混合在一起,在图层中创建有趣的效果,甚至产生看起来像新图层的效果。
blendMode?: "average" | "color-burn" | "color-dodge" | "color" | "darken" | "destination-atop" | "destination-in" | "destination-out" | "destination-over" | "difference" | "exclusion" | "hard-light" | "hue" | "invert" | "lighten" | "lighter" | "luminosity" | "minus" | "multiply" | "normal" | "overlay" | "plus" | "reflect" | "saturation" | "screen" | "soft-light" | "source-atop" | "source-in" | "source-out" | "vivid-light" | "xor"
类型: "average" | "color-burn" | "color-dodge" | "color" | "darken" | "destination-atop" | "destination-in" | "destination-out" | "destination-over" | "difference" | "exclusion" | "hard-light" | "hue" | "invert" | "lighten" | "lighter" | "luminosity" | "minus" | "multiply" | "normal" | "overlay" | "plus" | "reflect" | "saturation" | "screen" | "soft-light" | "source-atop" | "source-in" | "source-out" | "vivid-light" | "xor"
effect
效果提供各种滤镜功能,可以在图层上执行以实现不同的视觉效果,类似于图像滤镜的工作方式。
effect?: Effect
类型: Effect
fullExtent
图层的完整空间范围
fullExtent?: ExtentProperties
类型: ExtentProperties
id
分配给图层的唯一标识符
id?: string
类型: string
listMode
指示图层在图层列表组件中的显示方式
listMode?: "show" | "hide" | "hide-children"
类型: "show" | "hide" | "hide-children"
maxScale
图层在视图中可见的最大比例尺(最大放大级别)。
maxScale?: number
类型: number
minScale
图层在视图中可见的最小比例尺(最大缩小级别)。
minScale?: number
类型: number
opacity
图层的不透明度(0-1之间)
opacity?: number
类型: number
parent
图层所属的父容器
persistenceEnabled
启用图层在WebMap或WebScene中的持久化。
persistenceEnabled?: boolean
类型: boolean
source
将在地图上显示的MediaLayer的源。
source?: Collection
类型: Collection
spatialReference
图层的空间参考,定义图层fullExtent的空间参考。
spatialReference?: SpatialReferenceProperties
title
图层标题,用于在图层列表等位置标识图层
title?: string
类型: string
visible
指示图层在视图中是否可见
visible?: boolean
类型: boolean

BIMFlux AI
