new LabelThemeCell(options)
Usage
import { LabelThemeCell } from '@supermapgis/iclient-leaflet';
new LabelThemeCell(options);<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
new L.supermap.LabelThemeCell({paramsNames});
// 弃用的写法
new SuperMap.LabelThemeCell(options);
</script>
common/iServer/LabelThemeCell.js, line 8
| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
options |
Object |
参数。
|
API Relations
As constructor parameter:
ThemeLabel.
Extends
LabelThemeCell
-> LabelMatrixCell
Members
-
themeLabelThemeLabel
-
使用专题图对象作为矩阵标签的一个元素。
-
typestring
-
设置矩阵标签元素的类型,在制作矩阵标签元素时必须指定元素类型。
Methods
-
destroy()
common/iServer/LabelThemeCell.js, line 47 -
释放资源,将引用资源的属性置空。