Package | com.esri.bao.tasks.stdgeographies |
Class | public final class StdGeographiesByAttributesParameters |
Inheritance | StdGeographiesByAttributesParameters ![]() |
var parameters : StdGeographiesByAttributesParameters = new StdGeographiesByAttributesParameters(); parameters.geoLevelID = "US.ZIP5"; parameters.searchString = "Redlands"; stdGeographiesByAttributesTask.execute(parameters, new Responder(resultHandler, faultHandler));
See also
Property | Defined by | ||
---|---|---|---|
geoLevelID : String
Business Analyst Online data layer ID to query features in.
| StdGeographiesByAttributesParameters | ||
![]() | resultType : BAResultType
Type of a result returned by the task associated with these parameters.
| BAUtilityParameters | |
searchString : String
Search string criterion.
| StdGeographiesByAttributesParameters | ||
![]() | taskName : String
Name of a Business Analyst task associated with these parameters.
| BAUtilityParameters |
Method | Defined by | ||
---|---|---|---|
StdGeographiesByAttributesParameters(geoLevelID:String = null, searchString:String = null)
Creates a new instance of the StdGeographiesByAttributesParameters class.
| StdGeographiesByAttributesParameters | ||
toURLVariables():URLVariables
Converts task parameters to URL variables.
| StdGeographiesByAttributesParameters |
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
searchString | property |
searchString:String
[read-write]Search string criterion. It is used to query features of the data layer specified by the geoLevelID property value. A feature of the data layer is recognized as matching feature if its ID or name contains the search string. If the search string is missing or empty, all features of the data layer are recognized as matching features.
Implementation public function get searchString():String
public function set searchString(value:String):void
StdGeographiesByAttributesParameters | () | constructor |
public function StdGeographiesByAttributesParameters(geoLevelID:String = null, searchString:String = null)
Creates a new instance of the StdGeographiesByAttributesParameters class.
ParametersgeoLevelID:String (default = null ) — Business Analyst Online data layer ID to query features in.
|
|
searchString:String (default = null ) — Search string criterion.
|
toURLVariables | () | method |
public override function toURLVariables():URLVariables
Converts task parameters to URL variables.
ReturnsURLVariables |