new AttachmentsParameters(options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
new L.supermap.AttachmentsParameters(options);
// 弃用的写法
new SuperMap.AttachmentsParameters(options);
</script>
// ES6 Import
import { AttachmentsParameters } from '@supermapgis/iclient-leaflet';
new AttachmentsParameters(options);
common/iServer/AttachmentsParameters.js, line 6
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
参数。
|
- Version:
- 11.2.0
Members
-
dataSetNamestring
-
数据集名称。
-
dataSourceNamestring
-
数据源名称。
-
featureIdstring number
-
当前查询附件的要素 ID。
Methods
-
destroy()
common/iServer/AttachmentsParameters.js, line 45 -
释放资源,将引用资源的属性置空。