Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWind3DLayerStyleOptions

三维风场样式参数

Hierarchy

Index

Properties

颜色规则

colorWith?: "uv" | "w" | "hgt"

当使用分级填色的时候,使用哪个字段来进行匹配,默认是uv计算出来的风速

count?: number

粒子数量=countcount,count默认是64,即粒子数量默认6464

countFitZoom?: boolean

显示的点的数量是否与缩放倍数匹配。暂未启用。

dropRate?: number

丢弃率

fadeRate?: number

消失速度

fadeSpeedMax?: number

粒子透明度动态变化的参照速度

fadeWithSpeed?: boolean

粒子透明度是否随着速度减小而减小。暂未启用。

hgtOffset?: number

高度轴偏移量,默认0,单位是米

interpMethod?: WindInterpMethodType

数据插值方式,默认为fast

interpSmoothFactor?: number

数据插值的平滑系数,当插值方式为smooth的时候生效。默认为0.8

lineMaxDistance?: number

当使用线条渲染的时候,每帧之间的运动范围超过了这个值视为无效。默认是10,单位是像素(二维) 该配置对点渲染无效

minOpacity?: number

最小透明度,默认为0.5

minSpeed?: number

最低可见速度,默认为0

mixColor?: boolean

是否混合颜色。暂未启用。

onlyZ?: boolean

是否仅显示垂直风,默认false

particleRegion?: IDataExtent

粒子发射的限定区域,默认是数据区域

pointDropPosY?: number

如果是渲染波浪,建议设置为0.3,默认为1

pointSize?: number

点的尺寸,默认为1

speedFactor?: number

速度缩放系数

speedFitZoom?: boolean

速度是否自动与缩放倍数匹配。默认是。

texture?: ImageLike

点贴图

usePoint?: boolean

是否使用点渲染,默认为false

zIndex?: number

要展示的z层索引列表,如果值是-1,表示展示所有层,默认0

zScale?: number
zSpeedFactor?: number

垂直速度的缩放系数,默认为1

Generated using TypeDoc