成员(属性)
标绘中tooltip提示文字对象
方法
static mars2d.DrawUtil.getClass(type) → BaseDraw|undefined
util/DrawUtil.js 41
根据 矢量标绘类型 获取 矢量标绘类
参数名称 | 类型 | 描述信息 |
---|---|---|
type |
String |
矢量标绘类型 |
返回值:
矢量标绘类
是否有指定类型矢量对象
参数名称 | 类型 | 描述信息 |
---|---|---|
type |
String |
矢量标绘类型 |
返回值:
是否有指定类型
注册矢量标绘类
参数名称 | 类型 | 描述信息 |
---|---|---|
type |
String |
矢量标绘类型 |
drawClass |
BaseDraw |
矢量标绘类 |
返回值:
无