Profile

Profile

剖面分析主类

Constructor

new Profile(viewer)

Description:
  • 构造函数

Source:
Parameters:
Name Type Description
viewer Object

地图场景对象

Members

(readonly) chartOption :Object

Description:
  • 获取echarts参数,可以直接用于绘制折线图

Source:

获取echarts参数,可以直接用于绘制折线图

Type:
  • Object

Methods

createNewProfile(callbackopt)

Description:
  • 创建新的剖面分析对象

Source:
Parameters:
Name Type Attributes Default Description
callback ProfileResult <optional>
null

回调函数(e,p),e:线对象,p:点集

removeAll()

Description:
  • 移除所有

Source: