Provides access to members that control geocoding settings.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
Use the IGeocodingProperties interface to inspect and set properties specific to address locators that use the ESRI geocoding engine.
Members
Description | ||
---|---|---|
AddPercentAlongToMatchFields | Indicates if the percentage along the reference feature at which the address is located is included in the geocoding result. | |
AddReferenceIDToMatchFields | Indicates if the feature ID of the matched feature is included in the geocoding result. | |
AddressFields | Fields needed to geocode a table of addresses. | |
AddStandardizeStringToMatchFields | Indicates if the standardized address is included in the geocoding result. | |
AddXYCoordsToMatchFields | Indicates if the x and y coordinates of the address location are included in the geocoding result. | |
DefaultInputFieldNames | Recognized names for a required input field. | |
DefaultInputFieldNames | Recognized names for an input field. | |
EndOffset | End offset percentage. | |
IntersectionConnectors | Connector strings used to designate intersections. | |
MatchIfScoresTie | Indicates whether addresses should be arbitrarily matched to a feature when two or more features have the same best score. | |
MinimumCandidateScore | Minimum candidate score setting. | |
MinimumMatchScore | Minimum match score setting. | |
SideOffset | Side offset distance. | |
SideOffsetUnits | Units used for the side offset. | |
SpellingSensitivity | Spelling sensitivity setting. | |
UseRelativePaths | Indicates if the paths to the reference data should be stored relative to the locator. |
Inherited Interfaces
Interfaces | Description |
---|---|
IAddressInputs | Provides access to members that specify fields for address tables. |
CoClasses that implement IGeocodingProperties
CoClasses and Classes | Description |
---|---|
AGSAddressLocator | A locator adaptor for the GeocodeServer proxies. |
CompositeLocator | A locator that contains collection of other locators. |
ESRIFDOAddressLocator | An address locator that uses the ESRI geocoding engine developed prior to ArcGIS version 10.0. |
ESRIFDOAddressLocatorStyle | An address locator style for locators that use the ESRI geocoding engine developed prior to ArcGIS version 10.0. |
ESRIGen2AddressLocator | An address locator that uses the ESRI geocoding engine introduced in ArcGIS version 10.0. |
ESRIGen2AddressLocatorStyle | An address locator style that uses the ESRI geocoding engine introduced in ArcGIS version 10.0. |
RSLocator | An address locator that uses the ESRI RouteServer geocoding engine. |
StreetMapAddressLocator | A locator that uses the ESRI geocoding engine and StreetMap reference data sources. |
StreetMapAddressLocatorStyle | A locator style for locators that use the ESRI geocoding engine and StreetMap reference data sources. |