Scene Layer Polygon Filter
    class SceneLayerPolygonFilter
Filter features from an ArcGISSceneLayer using one or more polygons and a SceneLayerPolygonFilterSpatialRelationship.
Since
200.2.0
Constructors
Link copied to clipboard
                  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.
Properties
Link copied to clipboard
                  A list of polygon geometries to be applied for filtering features.
Link copied to clipboard
                  The spatial relationship to be applied to the polygons for filtering features. The spatial relationship determines whether to include features within the polygons or exclude features from the polygons.