com.esri.arcgis.location
Interface IESRILocatorBuildOptions

All Superinterfaces:
Serializable
All Known Subinterfaces:
IESRILocatorBuildOptionsEdit
All Known Implementing Classes:
ESRIFDOAddressLocator, ESRIFDOAddressLocatorStyle, ESRIGen2AddressLocator, ESRIGen2AddressLocatorStyle, IESRILocatorBuildOptionsEditProxy, IESRILocatorBuildOptionsProxy

public interface IESRILocatorBuildOptions
extends Serializable

Provides access to members that describe Esri locator creation properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getGDBVersionName()
          The name of the GDB version the locator is built against.
 boolean isEmbedGeocodingRules()
          Indicates if the locator should contain a copy of geocoding rules it uses.
 boolean isStoreStandardizedRefData()
          Indicates if the locator should store information extracted from the reference data in a standardized form.
 

Method Detail

isStoreStandardizedRefData

boolean isStoreStandardizedRefData()
                                   throws IOException,
                                          AutomationException
Indicates if the locator should store information extracted from the reference data in a standardized form.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The bStoreStandardizedRefData
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEmbedGeocodingRules

boolean isEmbedGeocodingRules()
                              throws IOException,
                                     AutomationException
Indicates if the locator should contain a copy of geocoding rules it uses.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The bEmbedGeocodingRules
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGDBVersionName

String getGDBVersionName()
                         throws IOException,
                                AutomationException
The name of the GDB version the locator is built against.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.