SuperMap.REST.GeoRelationAnalystResult

空间关系分析结果类。 记录空间关系分析服务返回的结果信息。

Summary
SuperMap.REST.GeoRelationAnalystResult 空间关系分析结果类。 记录空间关系分析服务返回的结果信息。
Properties
geoRelationResults {Array<SuperMap.REST.GeoRelationResult>} 空间关系分析结果信息。
Constructor
SuperMap.REST.GeoRelationAnalystResult 空间关系分析结果类构造函数。
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

geoRelationResults

{Array<SuperMap.REST.GeoRelationResult>} 空间关系分析结果信息。

Constructor

SuperMap.REST.GeoRelationAnalystResult

空间关系分析结果类构造函数。

Parameters

options {Object} 可选参数。

Allowed options properties

geoRelationResults {Array<SuperMap.REST.GeoRelationResult>} 服务端返回的由 GeoRelationResult 类型组成的数组形式的结果信息。

Functions

destroy

destroy: function()

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

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