FunctionResult

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

如果追踪被配置了请求,它可以选择返回聚合函数结果。网络道路属性的示例总和或平均值。

示例:

构造函数

new FunctionResult(properties)
参数:
properties Object
optional

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

属性列表

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

类名。

更多信息Accessor
String更多信息

提供的追踪配置中使用的聚合函数类型。

更多信息FunctionResult
String更多信息

函数结果的名称。

更多信息FunctionResult
Number更多信息

聚合函数的实际结果。

更多信息FunctionResult

属性详细说明

declaredClass Stringreadonly inherited

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

functionType Stringreadonly

提供的追踪配置中使用的聚合函数类型。

可选值:"add"|"subtract"|"average"|"count"|"min"|"max"

name Stringreadonly

函数结果的名称。

result Numberreadonly

聚合函数的实际结果。

方法列表

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

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

更多信息FunctionResult
Object更多信息

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

更多信息FunctionResult

方法详细说明

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 格式。

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