Map

Map

地图场景

Constructor

new Map(idopt, imageryopt, terrainopt)

Description:
  • 构造函数

Source:
See:
Parameters:
Name Type Attributes Default Description
id String <optional>

创建地图场景所需的页面元素Id

imagery Object <optional>
null

初始影像对象

terrain Object <optional>
null

初始地形对象

Members

Components :Components

Description:
  • 组件主类

Source:

组件主类

Type:

Handler :Handler

Description:
  • Handler句柄主类

Source:

Handler句柄主类

Type:

Layers :Layers

Description:
  • 图层主类

Source:

图层主类

Type:

MilitaryPlotting :MilitaryPlotting

Description:
  • 态势标绘主类

Source:

态势标绘主类

Type:
Description:
  • 导航主类

Source:

导航主类

Type:

Render :Render

Description:
  • 渲染事件类

Source:

渲染事件类

Type:

Screen :Screen

Description:
  • 场景窗口主类

Source:

场景窗口主类

Type:

SpecialAnalysis :Analysis

Description:
  • 空间分析主类

Source:

空间分析主类

Type:

Terrain :Terrain

Description:
  • 地形主类

Source:

地形主类

Type:

Weather :Weather

Description:
  • 天气主类

Source:

天气主类

Type:

baseImagery

Description:
  • 场景底图 Cesium机制是最底层的图层为_isBaseLayer,通过lowerToBottom来控制

Source:

场景底图 Cesium机制是最底层的图层为_isBaseLayer,通过lowerToBottom来控制

fps :Boolean

Description:
  • 控制帧率显示

Source:

控制帧率显示

Type:
  • Boolean

(readonly) image :String

Description:
  • 当前地图场景图片,base64格式

Source:

当前地图场景图片,base64格式

Type:
  • String

(readonly) size :Object

Description:
  • 地图画布大小,例如:{width:1920,height:1080}

Source:

地图画布大小,例如:{width:1920,height:1080}

Type:
  • Object

(readonly) viewer :Viewer

Description:
  • 地图场景

Source:

地图场景

Type:
  • Viewer