Packagecom.esri.bacore.adapters
Classpublic class GeographiesQuery
InheritanceGeographiesQuery Inheritance Object

Since : Community Analyst API for Flex 2.2.

The GeographiesQuery class provides parameters to query geography features.



Public Properties
 PropertyDefined By
  levelId : String
Geography level ID to query features in (required).
GeographiesQuery
  spatialRelationship : SpatialRelEnum
The spatial selection method used with the AnalysisExtent to define the area of analysis.
GeographiesQuery
  studyAreas : Array
Array of study areas containing IStudyArea items.
GeographiesQuery
Public Methods
 MethodDefined By
  
GeographiesQuery(levelId:String = null, studyAreas:Array = null)
Creates a new instance of the GeographiesQuery class.
GeographiesQuery
Property Detail
levelIdproperty
levelId:String

Geography level ID to query features in (required).


Implementation
    public function get levelId():String
    public function set levelId(value:String):void
spatialRelationshipproperty 
spatialRelationship:SpatialRelEnum

The spatial selection method used with the AnalysisExtent to define the area of analysis.

The default value is SpatialRelEnum.INTERSECTS.


Implementation
    public function get spatialRelationship():SpatialRelEnum
    public function set spatialRelationship(value:SpatialRelEnum):void
studyAreasproperty 
studyAreas:Array

Array of study areas containing IStudyArea items.


Implementation
    public function get studyAreas():Array
    public function set studyAreas(value:Array):void
Constructor Detail
GeographiesQuery()Constructor
public function GeographiesQuery(levelId:String = null, studyAreas:Array = null)

Creates a new instance of the GeographiesQuery class.

Parameters
levelId:String (default = null) — Geography level ID to query features in.
 
studyAreas:Array (default = null) — Array of study areas containing IStudyArea items.