Business Analyst Online API for Silverlight 2.2 Reference
ReturnStdGeographyTask Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Client.BAO.Tasks.StdGeographies Namespace : ReturnStdGeographyTask Class

Glossary Item Box

The Return Standard Geography task returns IDs and names of features from specified geography levels that match the given location.

Object Model

ReturnStdGeographyTask ClassAbstractClient ClassITokenProvider Interface

Syntax

Remarks

This task searches the given standard geography levels for features matching the given location. Only one feature is selected from matching features for every level of geometry. If no matching feature was found for a level of geometry, the value in the corresponding position of the output array will be a pair of empty FeatureID and FeatureName strings.

For example, you can identify standard geography units such as ZIP, Track, or Block Group which contain the given point on the map. A point can be specified in a number of ways—using its geographical coordinates, postal address, or ZIP code.

The result of this task is a list of StdGeographiesFeature items containing IDs and names of features of geography levels matching the given location.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Client.BACore.Client.AbstractTask
      ESRI.ArcGIS.Client.BACore.Client.BATask<TResult,TEventArgs>
         ESRI.ArcGIS.Client.BAO.Tasks.BAOnlineTask<TResult>
            ESRI.ArcGIS.Client.BAO.Tasks.StdGeographies.ReturnStdGeographyTask

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010-2012 ESRI Inc. All Rights Reserved.