new CalculateSlope(options)
根据坐标数据进行坡度计算
Parameters:
| Name | Type | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | 选项
Properties
|
Members
-
data :Array
-
数据
Type:
- Array
-
<readonly> result :Array
-
坡度计算结果
Type:
- Array
Methods
-
doAnalysis()
-
开始分析功能
Returns:
- Type
- Array