com.esri.arcgis.location
Interface ILocatorAttach

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AGSLocatorWorkspace, DatabaseLocatorWorkspace, ILocatorAttachProxy, LocalLocatorWorkspace

public interface ILocatorAttach
extends java.io.Serializable

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

Description: 'Provides access to members that attach locators to datasets.' 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 IIDd12b2dca_775a_11d3_9f5e_00c04f6bdf06
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void attachLocator(ILocator locator, ITable attachToTable, ITable inputTable, java.lang.String inputFieldNames, java.lang.String inputJoinFieldName, ITable outputTable, java.lang.String outputFieldNames, java.lang.String outputJoinFieldName)
          Attaches a locator to a table.
 

Field Detail

IIDd12b2dca_775a_11d3_9f5e_00c04f6bdf06

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

attachLocator

void attachLocator(ILocator locator,
                   ITable attachToTable,
                   ITable inputTable,
                   java.lang.String inputFieldNames,
                   java.lang.String inputJoinFieldName,
                   ITable outputTable,
                   java.lang.String outputFieldNames,
                   java.lang.String outputJoinFieldName)
                   throws java.io.IOException,
                          AutomationException
Attaches a locator to a table.

Parameters:
locator - A reference to a com.esri.arcgis.geodatabase.ILocator (in)
attachToTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
inputTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
inputFieldNames - The inputFieldNames (in)
inputJoinFieldName - The inputJoinFieldName (in)
outputTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
outputFieldNames - The outputFieldNames (in)
outputJoinFieldName - The outputJoinFieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.