Class: GeoRelationAnalystParameters

GeoRelationAnalystParameters

空间关系分析服务参数类。使用该类可以为空间关系分析服务提供所需的参数信息。

new SuperMap.GeoRelationAnalystParameters(options)

common/iServer/GeoRelationAnalystParameters.js, line 4
Name Type Description
options Object

可选参数。如:
sourceFilter - {SuperMap.FilterParameter} 空间关系分析中的参考数据集查询参数。仅 name, ids,attributeFilter 和 fields 字段有效。
referenceFilter - {SuperMap.FilterParameter} 空间关系分析中的参考数据集查询参数。仅 name, ids,attributeFilter 和 fields 字段有效。
spatialRelationType - {SuperMap.SpatialRelationType} 指定的空间关系类型。
isBorderInside - {boolean} 边界处理方式,即位于面边线上的点是否被面包含。此参数仅用于空间关系为包含或被包含的情况。
returnFeature - {boolean} 是否返回Feature信息。
returnGeoRelatedOnly - {boolean} 仅返回满足指定空间关系的空间对象,默认为 True。
startRecord - {integer} 分析结果起始记录位置,默认为0。
expectCount - {integer} 空间关系分析期望返回结果记录数,默认为500条,如果实际不足500条结果则返回所有分析结果。

Members

datasetstring

源数据集名称。

expectCountinteger

空间关系分析期望返回结果记录数,默认为500条,如果实际不足500条结果则返回所有分析结果。

isBorderInsideboolean

边界处理方式,即位于面边线上的点是否被面包含。此参数仅用于空间关系为包含或被包含的情况。

referenceFilterSuperMap.FilterParameter

空间关系分析中的参考数据集查询参数。仅 name, ids, attributeFilter和 fields 字段有效。

returnFeatureboolean

是否返回Feature信息。

returnGeoRelatedOnlyinteger

分析结果起始记录位置,默认为0。

returnGeoRelatedOnlyboolean

是否仅返回满足指定空间关系的空间对象,默认为 True。

空间关系分析中的源数据集查询参数。仅 ids、attributeFilter 和 fields 字段有效。

spatialRelationTypeSuperMap.SpatialRelationType

指定的空间关系类型。

Methods

destroy()

common/iServer/GeoRelationAnalystParameters.js, line 81

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