com.esri.arcgis.location
Interface IESRILocatorBuildOptions

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

public interface IESRILocatorBuildOptions
extends java.io.Serializable

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

Description: 'Provides access to members that describe 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 IID92a704b6_ee5b_4513_a4ff_0205866fa5a6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.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.
 

Field Detail

IID92a704b6_ee5b_4513_a4ff_0205866fa5a6

static final int IID92a704b6_ee5b_4513_a4ff_0205866fa5a6
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

isStoreStandardizedRefData

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

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

isEmbedGeocodingRules

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

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

getGDBVersionName

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

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