PilotGaea 3D O'view
Sample Code
正在準備搜尋索引...
window
ov
CustomSurfacePolylineEntity
UpdateByCommandParameter
介面 UpdateByCommandParameter
更新自畫表面聚合線圖素指令參數。
interface
UpdateByCommandParameter
{
entityName
:
string
;
layerName
:
string
;
color
?:
window
.
ov
.
ColorLike
;
coverModel
?:
boolean
;
epsg
?:
number
;
geo
?:
window
.
GeoJSON
.
Polyline
;
opacity
?:
number
;
size
?:
number
;
}
層級 (
查看層級一覽
)
Omit
<
Partial
<
window
.
ov
.
CustomSurfacePolylineEntity
.
Parameter
>
,
"geo"
|
"color"
>
window
.
ov
.
CustomEntity
.
CommandParameter
UpdateByCommandParameter
索引
屬性
entity
Name
layer
Name
color?
cover
Model?
epsg?
geo?
opacity?
size?
屬性
entity
Name
entityName
:
string
自畫圖素名稱
layer
Name
layerName
:
string
自畫圖層名稱
可選
color
color
?:
window
.
ov
.
ColorLike
線的顏色。
可選
cover
Model
coverModel
?:
boolean
是否覆蓋模型,若圖層比地形晚畫也會覆蓋模型。
可選
epsg
epsg
?:
number
幾何EPSG。
可選
geo
geo
?:
window
.
GeoJSON
.
Polyline
線幾何。
可選
opacity
opacity
?:
number
不透明度。
可選
size
size
?:
number
線的大小。
顯示設定
成員可見性
受保護
繼承
外部
配色
自動
淺色
深色
目錄
屬性
entity
Name
layer
Name
color
cover
Model
epsg
geo
opacity
size
Sample Code
PilotGaea 3D O'view
載入中...
更新自畫表面聚合線圖素指令參數。