new ov.TerrainVisualizedDataGridOverlay()
            webgl/ov-TerrainVisualizedDataGridOverlay.js, line 6
        
        
    地形可視化資料網格疊加圖層
Extends
Members
- 
    
readonlylayername
 - 
    
    
圖層名稱
Properties:
Name Type Description layernameString 圖層名稱
 - 
    
opacity
 - 
    
    
圖層不透明度
Properties:
Name Type Description opacityNumber 圖層不透明度
 - 
    
play
 - 
    
    
播放
Properties:
Name Type Description playBoolean 播放
 - 
    
playingInfo
 - 
    
    
播放
Properties:
Name Type Description playingInfoObject 播放資訊
Properties
Name Type Description IsPlayingBoolean 是否正在播放
PlayIndexNumber 播放到第幾筆資料
TimeDate 目前時間
PlayingDateArray.<Date> 播放時間源,目前時間位於這兩筆播放時間源之間
PlayingDataArray.<Float32Array> 播放資料,目前時間位於這兩筆播放時間之間相對應的資料
PlayingLiftArray.<Float32Array> 播放抬升資料,目前時間位於這兩筆播放時間之間相對應的抬升資料
PlayingRatioNumber 播放時間比例,目前時間在回傳的兩筆播放時間源之間的比例(0~1.0)
 - 
    
playTime
 - 
    
    
播放時間
Properties:
Name Type Description playTimeDate 播放時間
 - 
    
show
 - 
    
    
圖層顯示
Properties:
Name Type Description showBoolean 圖層顯示
 - 
    
readonlyurl
 - 
    
    
圖層url
Properties:
Name Type Description urlNumber 圖層url
 
Methods
- 
    
update(param)
webgl/ov-TerrainVisualizedDataGridOverlay.js, line 83 - 
    
    
    
更新疊加圖層屬性。
Name Type Description paramObject optional 參數物件。
 - 
    
updateSource(dataSource, liftSource)
webgl/ov-TerrainVisualizedDataGridOverlay.js, line 102 - 
    
    
    
更新疊加圖層資料來源。
Name Type Description dataSourceArray.<Float32Array> 圖層資料位置。
liftSourceArray.<Float32Array> | undefined | null optional 圖層抬升資料位置,若圖層資料位置有給但沒給抬升將採用圖層資料位置,但若設為null則不改變抬升資料。