| Package | com.esri.baserver |
| Class | public class SpatialFilter |
| Inheritance | SpatialFilter Object |
| Implements | IJsonObject |
See also
| Property | Defined By | ||
|---|---|---|---|
| analysisExtent : Geometry
Spatial/geographic extent to filter search results with. | SpatialFilter | ||
| boundaries : Boundaries
Data layer with the polygon geometry to filter search results with. | SpatialFilter | ||
| locations : Array
Array of address locations to filter search results with. | SpatialFilter | ||
| Method | Defined By | ||
|---|---|---|---|
SpatialFilter(filterObject:Object = null)
Creates a new instance of the SpatialFilter class. | SpatialFilter | ||
| analysisExtent | property |
analysisExtent:GeometrySpatial/geographic extent to filter search results with. This parameter expects a value of the Extent or Polygon type.
public function get analysisExtent():Geometry public function set analysisExtent(value:Geometry):voidSee also
| boundaries | property |
boundaries:BoundariesData layer with the polygon geometry to filter search results with.
public function get boundaries():Boundaries public function set boundaries(value:Boundaries):void| locations | property |
locations:ArrayArray of address locations to filter search results with. This array should contain String type items.
public function get locations():Array public function set locations(value:Array):void| SpatialFilter | () | Constructor |
public function SpatialFilter(filterObject:Object = null)Creates a new instance of the SpatialFilter class.
ParametersfilterObject:Object (default = null) — An instance of the Geometry or Boundaries or Array of String type.
|