SceneLayerPolygonFilter class final
Filter features from an ArcGISSceneLayer using one or more polygons and a SceneLayerPolygonFilterSpatialRelationship.
- Implemented types
Constructors
-
SceneLayerPolygonFilter.new({required List<
Polygon> polygons, required SceneLayerPolygonFilterSpatialRelationship spatialRelationship}) -
Creates a new SceneLayerPolygonFilter using a list of polygons and a
spatial relationship to be applied to the ArcGISSceneLayer.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
polygons
→ List<
Polygon> -
A list of polygon geometries to be applied for filtering features.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spatialRelationship ↔ SceneLayerPolygonFilterSpatialRelationship
-
The spatial relationship to be applied to the polygons for filtering
features.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited