Provides access to members for initializing a geocode server.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
Use the IInitGeocodeServer interface to define the properties of a GeocodeServer.
Members
Description | ||
---|---|---|
AdjustableProperties | The list of properties (comma delimited) that can be modified at runtime (for a given method). | |
AttachToLocator | Attach this service to the locator specified by the locator name. This is the locator that the service will use internally. | |
SuggestedBatchSize | The suggested number of addresses to send to a server in one batch request. |
CoClasses that implement IInitGeocodeServer
CoClasses and Classes | Description |
---|---|
GeocodeServer | A class that provides geocoding as a service. |
Remarks
This interface is available only if the GeocodeServer was obtained for use in a stateful manner (i.e., either by co-creating the GeocodeServer object or by obtaining a reference using a GISServerConnection object.)