The following tables list the members exposed by LocalGeocodeService.
Name | Description | |
---|---|---|
LocalGeocodeService Constructor | Overloaded. |
Name | Description | |
---|---|---|
AddressesFields | This will return a collection of GeocodeFields that are describing the AddressesFields that the Geocode Service accepts as inputs | |
CandidatesFields | This 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 | |
Error | Gets the local service error. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
IntersectionCandidatesFields | This 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 | |
IntersectionConnectors | This will return a collection of string that can be used as Connectors when sending an Intersection request to the Geocode Service | |
LocatorName | Gets or sets the name of the locator from which the LocalGeocodeService is created. | |
MaxRecords | Gets or Sets the Maximum number of candidates returned by the LocalGeocodeService. | |
Name | Unique name for the service. Auto-assigned if no name is provided before the service is started. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
Path | Gets or sets the path or Url to the locator package from which the LocalGeocodeService is created. | |
SingleLineAddressField | This will return a GeocodeField that describes the SingleLineAddressField that can be used when sending a single line addresses request to the Geocode Service | |
SpatialReference | This will return the SpatialReference of the Geocode Service | |
Status | Gets the LocalService status. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
UrlGeocodeService | Gets the Url to the geocoding service. |
Name | Description | |
---|---|---|
GetService | Overloaded. This method will either reuse an existing service for the supplied path or create a new service if one is not already running. | |
GetServiceAsync | Overloaded. This will either reuse an existing service for the supplied path, or make a new service if its not already running. | |
Start | Overridden. Synchronously starts the local geocode service instance. | |
StartAsync | Overloaded. Overridden. Asynchronously starts the local geocode service instance. Returns a Task object on which the Result property contains LocalService instance. | |
Stop | Synchronously stops this local service instance. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
StopAsync | Overloaded. Asynchronously stops this local service instance, and returns a Task object. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a LocalService property value changes. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
StartCompleted | Occurs when the local service creation process completes. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
StopCompleted | Occurs when the local service has stopped. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) |