更新可視化資料網格疊加圖層參數。

See

update

interface UpdateParameter {
    autoPlay?: boolean;
    date?: Date[];
    endDateIndex?: number;
    filter?: string;
    flipY?: boolean;
    layeredColorMapKey?: number[];
    layeredColorMapValue?: ov.Color[];
    liftFilter?: string;
    liftScale?: number;
    outputDepth?: boolean;
    playSpeed?: number;
    playTime?: number;
    repeat?: boolean;
    startDateIndex?: number;
    useStepLayeredColorMap?: boolean;
    zScale?: number;
}

Properties

autoPlay?: boolean

是否自動播放。

date?: Date[]

資料時間。

endDateIndex?: number

播放最終時間索引。

filter?: string

資料過濾方式,nearest或是linear。

flipY?: boolean

資料源是否翻轉Y軸。

layeredColorMapKey?: number[]

分層設色圖高度表。

layeredColorMapValue?: ov.Color[]

分層設色圖顏色表。

liftFilter?: string

抬升資料過濾方式,nearest或是linear。

liftScale?: number

依圖層抬升資料拉抬地形的比例,預設0為不抬升。

outputDepth?: boolean

是否輸出深度,有輸出深度才能在mousePos指的到。

playSpeed?: number

播放速度。

playTime?: number

播放時間百分比(0.0~1.0)。

repeat?: boolean

是否重播。

startDateIndex?: number

播放開始時間索引。

useStepLayeredColorMap?: boolean

使用分層設色。

zScale?: number

設定圖層的ZScale(ZScale:越小圖層越不會被遮擋)。

Generated using TypeDoc