Class: GeometryFilter

GeometryFilter

IGS的几何过滤条件对象,请注意只有在IGS的10.6.9.10-20240228以后的版本才支持区和多区的几何过滤

new GeometryFilter(options)

service/support/GeometryFilter.js, line 11
Name Type Description
options Object

构造参数

Name Type Default Description
geometry Extent | Polygon | MultiPolygon 可选

几何对象

spatialRelation SpatialRelation SpatialRelation.intersects 可选

空间判定规则

Members

几何对象

spatialRelationSpatialRelation

空间判定规则

Methods

GeometryFilter.fromJSON(json){GeometryFilter}

service/support/GeometryFilter.js, line 61

根据json对象构造对象

Name Type Description
json Object
Returns:
Type Description
GeometryFilter

clone(){GeometryFilter}

service/support/GeometryFilter.js, line 51

克隆对象

Returns:
Type Description
GeometryFilter 克隆后的图层对象

toJSON(){Object}

service/support/GeometryFilter.js, line 40

将图层转为json对象

Returns:
Type Description
Object josn对象