Community Analyst API for Silverlight 2.2 Reference
GeofenceInfoTask Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Client.BAO.Tasks.Geofence Namespace : GeofenceInfoTask Class

Glossary Item Box

The Geofence Info task requests geography features available for the current user's account.

Object Model

GeofenceInfoTask ClassAbstractClient ClassGeofenceInfoOutput ClassITokenProvider Interface

Syntax

Remarks

This task queries available features from a standard geography data layer according to the Community Analyst API user account geofence constraints.

When specifying the request with a Community Analyst API user account with geofence constraints, the geofence criteria is applied before the output response is generated. The output response will contain a list of feature IDs and names in a GeofenceInfoOutput.StdGeographiesFeatures array. If no matching features were found by the query criteria or all of the features were rejected by the geofence constraints, the array will be null.

Additionally, a map image and a feature class can be generated for resulting features and returned in the output results depending on the output options selected. If you only need feature IDs and names as the output, you can pass null as the OutputTypes parameter.

A user account is identified by the authentication token parameter value.

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.Geofence.GeofenceInfoTask

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.