new SitDataStruct(options)
Usage
// 浏览器
<script type="text/javascript" src="../../web/libs/plotting/leaflet/11.3.0/iclient-plot-leaflet-es6.min.js"></script>
<script>
new SuperMap.Plot.SitDataStruct(options);
</script>
// ES6 Import
import { SitDataStruct } from '../../public/iclient-plot/iclient-plot-leaflet-es6.min.js';
new SitDataStruct(options);
common/plot/SitDataStruct.js, line 11
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
态势图参数。
|
Members
-
layerDatasArray.<LayerDataStruct>
-
图层数据。
-
mapInfoMapInfoStruct
-
地图基本信息。
-
smlInfoSMLInfoStruct
-
态势图基本信息。
Methods
-
destroy()
common/plot/SitDataStruct.js, line 48 -
销毁态势图结构信息。