com.esri.arcgis.location
Interface IReferenceDataTables

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

public interface IReferenceDataTables
extends java.io.Serializable

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

Description: 'Provides access to members for specifying the reference data used by the locator.' 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 IID600a5898_ddc1_11d3_9f74_00c04f8ed1c4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumReferenceDataTable getTables()
          The reference data tables used by the locator.
 boolean isHasEnoughInfo()
          Indicates if the locator has sufficient reference data in order to geocode.
 

Field Detail

IID600a5898_ddc1_11d3_9f74_00c04f8ed1c4

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

getTables

IEnumReferenceDataTable getTables()
                                  throws java.io.IOException,
                                         AutomationException
The reference data tables used by the locator.

Returns:
A reference to a com.esri.arcgis.location.IEnumReferenceDataTable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasEnoughInfo

boolean isHasEnoughInfo()
                        throws java.io.IOException,
                               AutomationException
Indicates if the locator has sufficient reference data in order to geocode.

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