Summary
Methods:
addMathCell |
添加线纹理动画 |
Constructor
new TrailModel(options)
线纹理模型构造函数
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
options |
Object | 可选项
|
Example
let trailModel=new hmap.geosolution.math.TrailModel({});
Methods
-
addMathCell(trail)
-
添加线纹理动画
Parameters:
Name Type Description trail
module:geosolution/cell~Trail 线纹理动画
Throws:
TypeError -参数类型出错,抛出异常。
Example
TrailModel.addMathCell(trail);