SuperMap.REST.FieldStatisticResult

字段查询统计服务结果类。存储字段查询统计的结果信息。

Summary
SuperMap.REST.FieldStatisticResult 字段查询统计服务结果类。存储字段查询统计的结果信息。
Properties
mode {String} 字段查询统计的方法,参考 <SuperMap.REST.StatisticMode>。
result {Number} 字段统计的结果值。
Constructor
SuperMap.REST.FieldStatisticResult 字段查询统计服务结果类构造函数。
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

mode

{String} 字段查询统计的方法,参考 <SuperMap.REST.StatisticMode>。

result

{Number} 字段统计的结果值。

Constructor

SuperMap.REST.FieldStatisticResult

字段查询统计服务结果类构造函数。

Parameters

options {Object} 参数。

Allowed options properties

mode {String} 字段查询统计的方法,参考 <SuperMap.REST.StatisticMode>。
result {Number} 字段统计的结果值。

Functions

destroy

destroy: function()

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

destroy: function()
释放资源,将引用资源的属性置空。
Close