AssociationGeometriesResult

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

此类定义函数 synthesizeAssociationGeometries 的结果,该函数采用一个范围,并根据定义的参数返回该范围内所有关联的 AggregatedGeometry

另请参阅:

构造函数

new AssociationGeometriesResult(properties)
参数:
properties Object
optional

有关可能传递到构造函数中的所有属性的列表,请参阅属性

属性列表

可以设置、检索或侦听任何属性。请参阅使用属性主题。
展示继承属性 隐藏继承的属性
名称 类型 摘要
Association[]更多详情

根据 SynthesizeAssociationGeometriesParameters 中的输入参数过滤器的返回关联列表。

更多信息AssociationGeometriesResult
String更多详情

类的名称。

更多信息Accessor
Boolean更多详情

指示是否已超出 maxGeometryCount

更多信息AssociationGeometriesResult

属性详细说明

associations Association[]

根据 SynthesizeAssociationGeometriesParameters 中的输入参数过滤器的返回关联列表。

declaredClass Stringreadonly inherited

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

maxGeometryCountExceeded Boolean

指示是否已超出 maxGeometryCount。如果关联数大于 maxGeometryCount,则此属性设置为 true

默认值:false

方法列表

名称 返回类型 摘要
*更多详情

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

更多信息AssociationGeometriesResult
Object更多详情

将此类的实例转换为其 GeoScene portal JSON 表示形式。

更多信息AssociationGeometriesResult

方法详细说明

fromJSON(json){*}static

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

参数:
json Object

GeoScene 格式的实例的 JSON 表示形式。有关各种输入 JSON 对象的结构示例,请参阅 GeoScene REST API 文档

返回:
类型 说明
* 返回此类的新实例。
toJSON(){Object}

将此类的实例转换为其 GeoScene portal JSON 表示形式。有关详细信息,请参阅使用 fromJSON() 指南主题。

返回:
类型 说明
Object 此实例的 GeoScene portal JSON 表示形式。

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