Class: TerrainVisualizedDataGridOverlay

ov. TerrainVisualizedDataGridOverlay

new ov.TerrainVisualizedDataGridOverlay()

webgl/ov-TerrainVisualizedDataGridOverlay.js, line 6

地形可視化資料網格疊加圖層

Extends

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)

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

圖層顯示

readonlyurl

圖層url

Properties:
Name Type Description
url Number

圖層url

Methods

getHeight(pos, lerp){Number|null}

webgl/ov-TerrainVisualizedDataGridOverlay.js, line 123

取得指定座標的高度。

Name Type Default Description
pos GeoPoint

座標位置,EPSG4326。

lerp Boolean false optional

是否內插,否則取最接近的點。

Returns:
Type Description
Number | null 高度,會乘上LiftScale,若不在圖層範圍內則回null。

getValue(pos, lerp){Number|null}

webgl/ov-TerrainVisualizedDataGridOverlay.js, line 113

取得指定座標的值。

Name Type Default Description
pos GeoPoint

座標位置,EPSG4326。

lerp Boolean false optional

是否內插,否則取最接近的點。

Returns:
Type Description
Number | null 值,若不在圖層範圍內則回null。

inherited goto(callback)

webgl/ov-TerrainOverlay.js, line 70

飛到圖層的位置。

Name Type Description
callback ov.TerrainOverlay~gotoCallback

移動完成後執行的回呼。

update(param)

webgl/ov-TerrainVisualizedDataGridOverlay.js, line 84

更新疊加圖層屬性。

Name Type Description
param Object optional

參數物件。

updateSource(dataSource, liftSource)

webgl/ov-TerrainVisualizedDataGridOverlay.js, line 103

更新疊加圖層資料來源。

Name Type Description
dataSource Array.<Float32Array>

圖層資料位置。

liftSource Array.<Float32Array> | undefined | null optional

圖層抬升資料位置,若圖層資料位置有給但沒給抬升將採用圖層資料位置,但若設為null則不改變抬升資料。