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


The following tables list the members exposed by LocalGeocodeService.

Public Constructors

 NameDescription
public ConstructorLocalGeocodeService ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyAddressesFieldsThis will return a collection of GeocodeFields that are describing the AddressesFields that the Geocode Service accepts as inputs  
public PropertyCandidatesFieldsThis will return a collection of GeocodeFields that are describing the CandidatesFields that can be added as ouputs when sending a request to the Geocode Service  
public PropertyErrorGets the local service error. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public PropertyIntersectionCandidatesFieldsThis will return a collection of GeocodeFields that are describing the IntersectionCandidatesFields that can be added as ouputs when sending an intersection request to the Geocode Service  
public PropertyIntersectionConnectorsThis will return a collection of string that can be used as Connectors when sending an Intersection request to the Geocode Service  
public PropertyLocatorNameGets or sets the name of the locator from which the LocalGeocodeService is created.  
public PropertyMaxRecordsGets or Sets the Maximum number of candidates returned by the LocalGeocodeService.  
public PropertyNameUnique name for the service. Auto-assigned if no name is provided before the service is started. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public PropertyPathGets or sets the path or Url to the locator package from which the LocalGeocodeService is created.  
public PropertySingleLineAddressFieldThis will return a GeocodeField that describes the SingleLineAddressField that can be used when sending a single line addresses request to the Geocode Service  
public PropertySpatialReferenceThis will return the SpatialReference of the Geocode Service  
public PropertyStatusGets the LocalService status. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public PropertyUrlGeocodeServiceGets the Url to the geocoding service.  
Top

Public Methods

 NameDescription
public Methodstatic (Shared in Visual Basic)GetServiceOverloaded. This method will either reuse an existing service for the supplied path or create a new service if one is not already running.  
public Methodstatic (Shared in Visual Basic)GetServiceAsyncOverloaded. This will either reuse an existing service for the supplied path, or make a new service if its not already running.  
public MethodStartOverridden. Synchronously starts the local geocode service instance.  
public MethodStartAsyncOverloaded. Overridden. Asynchronously starts the local geocode service instance. Returns a Task object on which the Result property contains LocalService instance.  
public MethodStopSynchronously stops this local service instance. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public MethodStopAsyncOverloaded. Asynchronously stops this local service instance, and returns a Task object. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
Top

Public Events

 NameDescription
public EventPropertyChangedOccurs when a LocalService property value changes. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public EventStartCompletedOccurs when the local service creation process completes. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public EventStopCompletedOccurs when the local service has stopped. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
Top

See Also

© ESRI, Inc. All Rights Reserved.