new ThemeGridRangeItem(options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
new L.supermap.ThemeGridRangeItem(options);
// 弃用的写法
new SuperMap.ThemeGridRangeItem(options);
</script>
// ES6 Import
import { ThemeGridRangeItem } from '@supermapgis/iclient-leaflet';
new ThemeGridRangeItem(options);
common/iServer/ThemeGridRangeItem.js, line 7
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
参数。
|
Members
-
captionstring
-
栅格分段专题图子项的标题。
-
colorServerColor
-
栅格分段专题图中每一个分段专题图子项的对应的颜色。
-
endnumber
-
栅格分段专题图子项的终止值,即该段专题值范围的最大值。
-
startnumber
-
栅格分段专题图子项的起始值,即该段专题值范围的最小值。
-
visibleboolean
-
栅格分段专题图子项是否可见。
- Default Value: true
Methods
-
static fromObj(obj){ThemeGridRangeItem}
common/iServer/ThemeGridRangeItem.js, line 94 -
从传入对象获取栅格分段专题图子项类。
Name Type Description obj
Object 传入对象。
Returns:
Type Description ThemeGridRangeItem ThemeGridRangeItem 对象。 -
destroy()
common/iServer/ThemeGridRangeItem.js, line 61 -
释放资源,将引用资源的属性置空。
-
toServerJSONObject(){Object}
common/iServer/ThemeGridRangeItem.js, line 78 -
转换成对应的 JSON 格式对象。
Returns:
Type Description Object 对应的 JSON 格式对象。