SceneLayerPolygonFilter

constructor(polygons: Iterable<Polygon>, spatialRelationship: SceneLayerPolygonFilterSpatialRelationship)

Creates a new SceneLayerPolygonFilter using a list of polygons and a spatial relationship to be applied to the ArcGISSceneLayer.

Since

200.2.0

Parameters

polygons

A list of polygons to be used for filtering features.

spatialRelationship

The spatial relationship to be applied to the polygons for filtering. It determines whether to include features within the polygons or exclude features from the polygons.

See also