Class: LabelMatrixCell

LabelMatrixCell

矩阵标签元素抽象类。该类可以包含 n*n 个矩阵标签元素,矩阵标签元素的类型可以是图片,符号,标签专题图等。

new LabelMatrixCell()

Usage
import { LabelMatrixCell } from '@supermapgis/iclient-leaflet';

new LabelMatrixCell();
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
  new L.supermap.LabelMatrixCell({paramsNames});
  // 弃用的写法
  new SuperMap.LabelMatrixCell();
</script>
common/iServer/LabelMatrixCell.js, line 5

Subclasses

LabelImageCell , LabelSymbolCell , LabelThemeCell