| Package | com.esri.bao.tasks.stdgeographies |
| Class | public final class StdGeographiesFromExtentParameters |
| Inheritance | StdGeographiesFromExtentParameters BAUtilityParameters |
var parameters : StdGeographiesFromExtentParameters = new StdGeographiesFromExtentParameters();
parameters.geoLevelID = "US.ZIP5";
parameters.analysisExtent = myExtent;
// SpatialRelEnum.INTERSECTS is the default value for spatialRelationship.
//parameters.spatialRelationship = SpatialRelEnum.INTERSECTS;
stdGeographiesFromExtentTask.execute(parameters, new Responder(resultHandler, faultHandler));
See also
| Property | Defined by | ||
|---|---|---|---|
| analysisExtent : Geometry
Spatial/geographic extent on which to perform the query (required).
| StdGeographiesFromExtentParameters | ||
| geoLevelID : String
Business Analyst Online data layer ID to query features in.
| StdGeographiesFromExtentParameters | ||
![]() | resultType : BAResultType
Type of a result returned by the task associated with these parameters.
| BAUtilityParameters | |
| spatialRelationship : SpatialRelEnum
The spatial selection method used with the AnalysisExtent to define the area of analysis.
| StdGeographiesFromExtentParameters | ||
![]() | taskName : String
Name of a Business Analyst task associated with these parameters.
| BAUtilityParameters | |
| Method | Defined by | ||
|---|---|---|---|
|
StdGeographiesFromExtentParameters(geoLevelID:String = null, analysisExtent:Geometry = null)
Creates a new instance of the StdGeographiesByAttributesParameters class.
| StdGeographiesFromExtentParameters | ||
|
toURLVariables():URLVariables
Converts task parameters to URL variables.
| StdGeographiesFromExtentParameters | ||
| analysisExtent | property |
analysisExtent:Geometry [read-write]Spatial/geographic extent on which to perform the query (required). This parameter expects a value of the Extent or Polygon type.
Implementation public function get analysisExtent():Geometry
public function set analysisExtent(value:Geometry):void
See also
| geoLevelID | property |
geoLevelID:String [read-write]Business Analyst Online data layer ID to query features in. The list of available geography levels could be retrieved with GetStandardGeographyLevelsTask task.
Implementation public function get geoLevelID():String
public function set geoLevelID(value:String):void
See also
| spatialRelationship | property |
spatialRelationship:SpatialRelEnum [read-write]The spatial selection method used with the AnalysisExtent to define the area of analysis.
The default value is SpatialRelEnum.INTERSECTS.
public function get spatialRelationship():SpatialRelEnum
public function set spatialRelationship(value:SpatialRelEnum):void
| StdGeographiesFromExtentParameters | () | constructor |
public function StdGeographiesFromExtentParameters(geoLevelID:String = null, analysisExtent:Geometry = null)Creates a new instance of the StdGeographiesByAttributesParameters class.
ParametersgeoLevelID:String (default = null) — Business Analyst Online data layer ID to query features in.
|
|
analysisExtent:Geometry (default = null) — Analysis extent (an instance of the Extent or Polygon type).
|
| toURLVariables | () | method |
public override function toURLVariables():URLVariablesConverts task parameters to URL variables.
ReturnsURLVariables |