Class: SMLInfoStruct

SMLInfoStruct

态势图的基本信息结构。

new SMLInfoStruct(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.SMLInfoStruct(options);
  
  
</script>

// ES6 Import
import { SMLInfoStruct } from '../../public/iclient-plot/iclient-plot-leaflet-es6.min.js';

new SMLInfoStruct(options);

common/plot/SMLInfoStruct.js, line 11
Name Type Description
options Object

态势图基本信息参数。

Name Type Description
SMLName string 可选

态势图名称。

SMLDesc string 可选

态势图描述名。

SMLSeclevel string 可选

态势图密级。

SMLDepat string 可选

态势图所属部门。

SMLAuthor string 可选

态势图作者。

SMLTime string 可选

态势图创建时间。

Methods

destroy()

common/plot/SMLInfoStruct.js, line 77

销毁态势图基本信息结构。