Provides access to members for geocoding addresses.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
Use the IGeocodeServer interface to perform high-level geocoding tasks such as finding a single address, geocoding a table of addresses, or finding the address closest to a point.
Members
Description | ||
---|---|---|
FindAddressCandidates | Generates candidates for an address (normal or standardized form). | |
GeocodeAddress | Geocodes a single address (normal or standardized form). | |
GeocodeAddresses | Geocodes a table of addresses. | |
GetAddressFields | Fields needed to geocode a table of addresses. | |
GetCandidateFields | Fields contained in a list of candidates. | |
GetDefaultInputFieldMapping | Suggested field name mappings for all input fields. | |
GetIntersectionCandidateFields | Fields contained by intersection candidates. | |
GetLocatorProperties | Default properties for a locator. | |
GetResultFields | Fields contained in the geocoding result. | |
GetStandardizedFields | Fields contained in a standardized address. | |
GetStandardizedIntersectionFields | Fields contained in a standardized intersection. | |
ReverseGeocode | Generates an address for a point. | |
StandardizeAddress | Standardizes an address. One of the properties returned indicates if it is an intersection or not. |
CoClasses that implement IGeocodeServer
CoClasses and Classes | Description |
---|---|
GeocodeServer | A class that provides geocoding as a service. |