new ov2D3D.WMTSOverlayLayer2D3D()
common/PilotGaea-2D3D-glue.js, line 31
2D3D圖台WMTS疊加圖層手柄,由控制器產生。
Members
-
Opacity
-
圖層不透明度
Properties:
Name Type Description Opacity
Number 不透明度(預設1.0,介於0~1.0)
-
Show
-
圖層顯示
Properties:
Name Type Description Show
Boolean 是否顯示圖層
Methods
-
moveTo(index)
common/PilotGaea-2D3D-glue.js, line 147 -
移動WMTS疊加圖層到最指定位置。
Name Type Description index
Number 疊加圖層位置。
Example
overlay.moveTo(Pos);
-
moveToBottom()
common/PilotGaea-2D3D-glue.js, line 137 -
移動WMTS疊加圖層到最底層。
Example
overlay.moveToBottom();
-
moveToTop()
common/PilotGaea-2D3D-glue.js, line 128 -
移動WMTS疊加圖層到最頂層。
Example
overlay.moveToTop();