SuperMap.REST.GeoRelationResult

空间关系分析结果类。 空间关系分析服务返回一个由 SuperMap.REST.GeoRelationResult 类型数据组成的数组。

Summary
SuperMap.REST.GeoRelationResult 空间关系分析结果类。 空间关系分析服务返回一个由 SuperMap.REST.GeoRelationResult 类型数据组成的数组。
Properties
count {Integer} 在操作数据集中与源空间对象满足指定空间关系的对象个数。
isFeatureResult {Boolean} 标记返回的结果是否是feature对象。如果为false则表明存储的是ID信息。
result {Array(Object)} 在操作数据集中与源空间对象满足指定空间关系的对象数组或者对象ID数组。
source {Object} 源空间对象或源空间对象ID。
Constructor
SuperMap.REST.GeoRelationResult 空间关系分析服务结果类构造函数。

Properties

count

{Integer} 在操作数据集中与源空间对象满足指定空间关系的对象个数。

result

{Array(Object)} 在操作数据集中与源空间对象满足指定空间关系的对象数组或者对象ID数组。

source

{Object} 源空间对象或源空间对象ID。

isFeatureResult

{Boolean} 标记返回的结果是否是feature对象。如果为false则表明存储的是ID信息。

Constructor

SuperMap.REST.GeoRelationResult

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

Parameters

options {Object} 参数。

Allowed options properties

count {Integer} 在操作数据集中与源空间对象满足指定空间关系的对象个数。
result {Array(Object)} 在操作数据集中与源空间对象满足指定空间关系的对象数组或者对象ID数组。
source {Object} 源空间对象或源空间对象ID。
isFeatureResult {Boolean} 标记返回的结果是否是feature对象。如果为false则表明存储的是ID信息。
空间关系分析服务结果类构造函数。
Close