AttachmentInfo

AMD: require(["geoscene/rest/query/support/AttachmentInfo"], (AttachmentInfo) => { /* 代码 */ });
ESM: import AttachmentInfo from "@geoscene/core/rest/query/support/AttachmentInfo";
类: geoscene/rest/query/support/AttachmentInfo
继承于: AttachmentInfo Accessor
起始版本: GeoScene API for JavaScript 4.22

AttachmentInfo 返回有关与要素关联的附件的信息。附件的内容以数据流的方式被传输到客户端。 如果 FeatureLayer.capabilities.data.supportsAttachment 为 true,则附件可用。

popuptemplate-attachments-element

示例:

构造函数

new AttachmentInfo(properties)
参数:
properties Object
optional

所有可传入构造函数的属性,请参见属性列表

属性列表

可以设置、检索或监听的属性。参见 使用属性
展示继承属性 隐藏继承属性
属性 类型 描述
String更多信息

附件类型。

更多信息AttachmentInfo
String更多信息

类名。

更多信息Accessor
ExifInfo[]更多信息

附件的 ExifInfo 数组。

更多信息AttachmentInfo
String更多信息

附件的全局标识符。

更多信息AttachmentInfo
Number更多信息

附件的标识符。

更多信息AttachmentInfo
String更多信息

用于附件的关键字。

更多信息AttachmentInfo
String更多信息

表示附件名称的字符串。

更多信息AttachmentInfo
OrientationInfo更多信息

附件的方向信息

更多信息AttachmentInfo
Number更多信息

附件的父级或功能全局 ID。

更多信息AttachmentInfo
Number更多信息

附件的父对象或特征对象 ID。

更多信息AttachmentInfo
Number更多信息

附件的文件大小。

更多信息AttachmentInfo
String更多信息

附件的 URL。

更多信息AttachmentInfo

属性详细说明

contentType String

附件的内容类型。例如,'image/jpeg'有关支持的附件类型的详细信息,请参阅 GeoScene REST API 文档

declaredClass Stringreadonly inherited

类名。类的名称声明格式为 geoscene.folder.className

exifInfo ExifInfo[]

附件的 ExifInfo 数组。

globalId String

附件的全局标识符。

id Number

附件的标识符。

keywords String

用于附件的关键字。

name String

表示文件名称的字符串。

orientationInfo OrientationInforeadonly

附件的 OrientationInfo 这是从 exifInfo 派生的。要阅读此内容,您必须首先将附件查询的 returnMetadata 设置为true以获取与附件关联的exif信息。

parentGlobalId Number

附件的父级或功能全局 ID。

parentObjectId Number

附件的父对象或特征对象 ID。

size Number

附件的文件大小。这是以字节为单位指定的。

url String

附件的 URL。

方法列表

属性 返回值类型 描述
AttachmentInfo更多信息

创建 AttachmentInfo 类的深拷贝。

更多信息AttachmentInfo
*更多信息

创建此类的新实例并使用从 GeoScene产品生成的 JSON 对象的值对其进行初始化。

更多信息AttachmentInfo
Object更多信息

将此类的实例转换为其 GeoScene portal JSON 格式。

更多信息AttachmentInfo

方法详细说明

clone(){AttachmentInfo}

创建 AttachmentInfo 类的深拷贝。

返回值:
类型 描述
AttachmentInfo 创建 AttachmentInfo 类实例的深拷贝。
fromJSON(json){*}static

创建此类的新实例,并使用从 GeoScene 产品生成的 JSON 对象的值对其进行初始化。传递给输入 json 参数的对象通常来自对 REST API 中的查询操作的响应,或者来自另一个 GeoScene产品的 toJSON() 方法。有关何时以及如何使用此函数的详细信息和示例,请参阅指南中的 使用 fromJSON() 主题。

参数:
json Object

实例的 json 表达式,以geoscene 格式显示。

返回值:
类型 描述
* 返回一个该类的新实例。
toJSON(){Object}

将此类的实例转换为 GeoScene portal JSON 格式。 有关更多信息,请参阅 使用 fromJSON() 指南。

返回值:
类型 描述
Object 此类实例的 GeoScene portal JSON 格式。

类型定义

ExifInfo

附件的 可交换图像文件格式 信息数组。您必须将附件查询的returnMetadata设置为true以获取与附件关联的 exif 信息。

属性:
name String
optional

文件名。

tags Object[]
optional

包含以下属性的标记对象数组

规范:
name String

标签名。

description String

标签描述。

value *

标签值。

OrientationInfo

包含特定于图像附件方向的属性的对象。此信息存储在附件的exifInfo中。要阅读此内容,您必须首先将附件查询的returnMetadata设置 为true以获取与附件关联的 exif 信息。

属性:
id Number
optional

方向信息的标识符。

rotation Number
optional

附加图像的旋转值。

mirrored Boolean
optional

指示图像是否显示为镜像。

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.