Class: AttachmentsParameters

AttachmentsParameters

附件查询参数类。

new AttachmentsParameters(options)

Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/openlayers/iclient-ol.js"></script>
<script>
  new ol.supermap.AttachmentsParameters(options);
  
  // 弃用的写法
  new SuperMap.AttachmentsParameters(options);

</script>

// ES6 Import
import { AttachmentsParameters } from '@supermapgis/iclient-ol';

new AttachmentsParameters(options);

common/iServer/AttachmentsParameters.js, line 6
Name Type Description
options Object

参数。

Name Type Description
dataSourceName string

数据源名称。

datasetName string

数据集名称。

featureId string | number

当前查询附件的要素 ID。

Version:
  • 11.2.0

Members

dataSetNamestring

数据集名称。

dataSourceNamestring

数据源名称。

featureIdstring number

当前查询附件的要素 ID。

Methods

destroy()

common/iServer/AttachmentsParameters.js, line 45

释放资源,将引用资源的属性置空。