ArcGIS Runtime SDK for WPF - Library Reference
Locator Class Members
See Also  Properties  Methods  Events
ESRI.ArcGIS.Client.Tasks Namespace : Locator Class


The following tables list the members exposed by Locator.

Public Constructors

 NameDescription
public ConstructorLocator ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyAddressToLocationsLastResultThe last result of the AddressToLocations operation.  
public PropertyAutoNormalizeIf true automatically normalizes geometry crossing the anti-meridian. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyClientCertificateGets or sets the client certificate that is sent to the host and used to authenticate the request. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyCredentialsGets or sets the network credentials that are sent to the host and used to authenticate the request. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyCustomParametersGets or sets the custom parameters to be appended to the request url. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyDisableClientCachingIf true, adds a timestamp parameter ("_ts") to the request to prevent it from being loaded from the browser's cache. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyFindLastResultThe last result of the Find operation.  
public PropertyIsBusyGets a value that indicates whether a Web request is in progress. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyLocationToAddressLastResultThe last result of the LocationToAddress operation.  
public PropertyProxyURLGets or sets the URL to proxy the request through. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyTokenToken for accessing a secure ArcGIS task. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyUrlGets or sets the URL of the task. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
Top

Public Methods

 NameDescription
public MethodAddressesToLocationsAsyncPerforms a geocode search for multiple addresses.  
public MethodAddressesToLocationsTaskAsyncOverloaded. Performs a geocode search for multiple addresses.  
public MethodAddressToLocationsSends a request to the ArcGIS REST geocode resource to find candidates for a single address specified in the address argument. On completion, the AddressToLocationComplete event is fired and the optional callback function is invoked.  
public MethodAddressToLocationsAsyncSends a request to the ArcGIS REST geocode resource to find candidates for a single address specified in the address argument. On completion, the AddressToLocationComplete event is fired and the optional callback function is invoked.  
public MethodAddressToLocationsTaskAsyncOverloaded. Sends a request to the ArcGIS REST geocode resource to find candidates for a single address specified in the address argument.  
public MethodCancelAsyncCancels a pending asynchronous operation. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public MethodFindSends a request to the ArcGIS REST geocode resource to find location based on single field.  
public MethodFindAddressesPerforms a geocode search for multiple addresses.  
public MethodFindAsyncAn asynchronous geoprocessing task to obtain geocoding search results for locations based upon a single input field.  
public MethodFindTaskAsyncOverloaded. An asynchronous geoprocessing task to obtain geocoding search results for locations based upon a single input field.  
public MethodGetServiceInfoTaskAsyncOverloaded. Returns general information about the published locator service.  
public MethodLocationToAddressSends a request to the ArcGIS REST geocode resource to Locates an address based on a given point. On completion, the AddressToLocationComplete event is fired and the optional callback function is invoked.  
public MethodLocationToAddressAsyncSends a request to the ArcGIS REST geocode resource to Locates an address based on a given point. On completion, the AddressToLocationComplete event is fired and the optional callback function is invoked.  
public MethodLocationToAddressTaskAsyncOverloaded. Sends a request to the ArcGIS REST geocode resource to Locates an address based on a given point.  
Top

Protected Methods

 NameDescription
protected MethodOnPropertyChangedCalled when a task result related property value has changed. These properties are named, or end with, "LastResult". E.g. QueryTask exposes the "LastResult" property, and GeometryService has a "BufferLastResult" property. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
Top

Public Events

 NameDescription
public EventAddressesToLocationsCompletedThe completed event for the AddressesToLocationsAsync locator task.  
public EventAddressToLocationsCompletedOccurs when the AddressToLocations operation completes.  
public EventFailedOccurs when the query completes. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public EventFindCompletedOccurs when the Find operation completes.  
public EventLocationToAddressCompletedOccurs when the LocationToAddress operation completes.  
public EventPropertyChangedOccurs when a property value changes. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
Top

See Also

© ESRI, Inc. All Rights Reserved.