MultiGeoQueryParameter Class

要素服务.MultiGeoQueryParameter(option)

多几何参数查询类构造函数

Fx构造函数

# new MultiGeoQueryParameter(option)

Zondy.Service.MultiGeoQueryParameter

参数:
名称 类型 属性 默认值 描述
option Object

属性键值对。

geometry Array <optional>
null

用于查询的多几何数组

geometryType String <optional>
null

几何类型,表示geometry中元素代表的几何类型,可取值为"point","line","polygon"

resultFormat String <optional>
json

回调结果的包装形式

nearDis Number <optional>
0.0001

缓冲半径,仅在多点和多线查询时起效

作者:
  • 基础平台/产品2部 龚跃健

查看源代码 service/Igserver/MRFS/MultiGeoQueryParameter.js, line 3