com.esri.arcgis.location
Interface IESRILocatorBuildOptionsEdit

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

public interface IESRILocatorBuildOptionsEdit
extends IESRILocatorBuildOptions, java.io.Serializable

COM Interface 'IESRILocatorBuildOptionsEdit'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'

Description: 'Provides access to members that control Esri locator creation properties.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa85f8063_4e7b_4266_b5ac_be4232524d9e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.location.IESRILocatorBuildOptions
IID92a704b6_ee5b_4513_a4ff_0205866fa5a6
 
Method Summary
 void setEmbedGeocodingRules(boolean rhs1)
          Indicates if the locator should contain a copy of geocoding rules it uses.
 void setGDBVersionName(java.lang.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
 

Field Detail

IIDa85f8063_4e7b_4266_b5ac_be4232524d9e

static final int IIDa85f8063_4e7b_4266_b5ac_be4232524d9e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setStoreStandardizedRefData

void setStoreStandardizedRefData(boolean rhs1)
                                 throws java.io.IOException,
                                        AutomationException
Indicates if the locator should store information extracted from the reference data in a standardized form.

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

setEmbedGeocodingRules

void setEmbedGeocodingRules(boolean rhs1)
                            throws java.io.IOException,
                                   AutomationException
Indicates if the locator should contain a copy of geocoding rules it uses.

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

setGDBVersionName

void setGDBVersionName(java.lang.String rhs1)
                       throws java.io.IOException,
                              AutomationException
The name of the GDB version the locator is built against.

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