com.esri.arcgis.location
Interface IESRILocatorBuildOptionsEdit

All Superinterfaces:
IESRILocatorBuildOptions, Serializable
All Known Implementing Classes:
ESRIFDOAddressLocator, ESRIFDOAddressLocatorStyle, ESRIGen2AddressLocator, ESRIGen2AddressLocatorStyle, IESRILocatorBuildOptionsEditProxy

public interface IESRILocatorBuildOptionsEdit
extends IESRILocatorBuildOptions, Serializable

Provides access to members that control ESRI locator creation properties.

Product Availability

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


Method Summary
 void setEmbedGeocodingRules(boolean rhs1)
          Indicates if the locator should contain a copy of geocoding rules it uses.
 void setGDBVersionName(String rhs1)
          The name of the GDB version the locator is built against.
 void setStoreStandardizedRefData(boolean rhs1)
          Indicates if the locator should store information extracted from the reference data in a standardized form.
 
Methods inherited from interface com.esri.arcgis.location.IESRILocatorBuildOptions
getGDBVersionName, isEmbedGeocodingRules, isStoreStandardizedRefData
 

Method Detail

setStoreStandardizedRefData

void setStoreStandardizedRefData(boolean rhs1)
                                 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.

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEmbedGeocodingRules

void setEmbedGeocodingRules(boolean rhs1)
                            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.

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGDBVersionName

void setGDBVersionName(String rhs1)
                       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.

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.