Class: AttachmentsParameters

AttachmentsParameters

附件查询参数类。

new AttachmentsParameters(options)

Usage
import { AttachmentsParameters } from '@supermapgis/iclient-leaflet';

new AttachmentsParameters(options);
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
  new L.supermap.AttachmentsParameters({paramsNames});
  // 弃用的写法
  new SuperMap.AttachmentsParameters(options);
</script>
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

API Relations

As method parameter: FeatureService.getFeatureAttachments.

Subclasses

EditAttachmentsParameters

Members

dataSetNamestring

数据集名称。

dataSourceNamestring

数据源名称。

featureIdstring number

当前查询附件的要素 ID。

Methods

destroy()

common/iServer/AttachmentsParameters.js, line 45

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