类名 GeometryFilter

# new GeometryFilter(options)

参数:

名称 类型 默认值 描述
options Object

构造参数

geometry Extent | Polygon | MultiPolygon

几何对象

spatialRelation SpatialRelation SpatialRelation.intersects

空间判定规则

成员变量

Extent | Polygon | MultiPolygon

# geometry

几何对象

SpatialRelation

# spatialRelation

空间判定规则

方法

# static fromJSON(json)

根据json对象构造对象

参数:

名称 类型 描述
json Object
GeometryFilter

# clone()

克隆对象

克隆后的图层对象

GeometryFilter

# toJSON()

将图层转为json对象

josn对象

Object
构造函数
成员变量
方法
事件