new ov.WeatherLayer()
webgl/module/weatherModule/ov-Weather.js, line 169
氣候圖層。
Members
-
readonlylayername
-
圖層名稱
Properties:
Name Type Description layername
String 圖層名稱。
-
opacity
-
圖層不透明度
Properties:
Name Type Description opacity
Number 圖層不透明度
-
play
-
播放
Properties:
Name Type Description play
Boolean 播放。
-
playingInfo
-
播放資訊
Properties:
Name Type Description playingInfo
Object 播放資訊
Properties
Name Type Description IsPlaying
Boolean 是否正在播放
PlayIndex
Number 播放到第幾筆資料
Time
Date 目前時間
PlayingDate
Array.<Date> 播放時間源,目前時間位於這兩筆播放時間源之間
TimeSpan
Array.<Date> 播放起訖時間
PlayingData
Array.<Float32Array> 播放資料,目前時間位於這兩筆播放時間之間相對應的資料
PlayingLift
Array.<Float32Array> 播放抬升資料,目前時間位於這兩筆播放時間之間相對應的抬升資料
PlayingRatio
Number 播放時間比例,目前時間在回傳的兩筆播放時間源之間的比例(0~1.0)
-
playTime
-
播放時間
Properties:
Name Type Description playTime
Date 播放時間。
-
show
-
圖層顯示
Properties:
Name Type Description show
Boolean 圖層顯示。