SuperMap.REST.GeoRelationAnalystParameters

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

Summary
SuperMap.REST.GeoRelationAnalystParameters 空间关系分析服务参数类。 使用该类可以为空间关系分析服务提供所需的参数信息。
Properties
dataset {String} 源数据集名称。
isBorderInside {Boolean} 边界处理方式,即位于面边线上的点是否被面包含。此参数仅用于空间关系为包含或被包含的情况。
referenceFilter {SuperMap.REST.FilterParameter} 空间关系分析中的参考数据集查询参数。仅 name, ids, attributeFilter 和 fields 字段有效。
returnFeature {Boolean} 是否返回Feature信息。
returnGeoRelatedOnly {Boolean} 是否仅返回满足指定空间关系的空间对象,默认为 True。
sourceFilter {SuperMap.REST.FilterParameter} 空间关系分析中的源数据集查询参数。仅 ids、attributeFilter 和 fields 字段有效。
spatialRelationType {SuperMap.REST.SpatialRelationType} 指定的空间关系类型。
startRecord {Integer} 分析结果起始记录位置,默认为0。
Constructor
SuperMap.REST.GeoRelationAnalystParameters 叠加分析参数基类构造函数构造函数。
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

dataset

{String} 源数据集名称。

sourceFilter

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

referenceFilter

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

spatialRelationType

{SuperMap.REST.SpatialRelationType} 指定的空间关系类型。

isBorderInside

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

returnFeature

{Boolean} 是否返回Feature信息。

returnGeoRelatedOnly

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

startRecord

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

Constructor

SuperMap.REST.GeoRelationAnalystParameters

叠加分析参数基类构造函数构造函数。

Parameters

options {Object} 参数。

Allowed options properties

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

Functions

destroy

destroy: function ()

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

字符串操作的一系列常用扩展函数.
查询过滤条件参数类。 该类用于设置查询数据集的查询过滤参数。
{Object} 数据集对象间的空间关系枚举类。 该类定义了数据集对象间的空间关系类型常量。
destroy: function ()
释放资源,将引用资源的属性置空。
Close