com.esri.arcgis.location
Interface IAttachedLocator

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AttachedLocator, IAttachedLocatorProxy

public interface IAttachedLocator
extends java.io.Serializable

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

Description: 'Provides access to members that describe the process used to create the feature class.' 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 IIDf8e03be8_c882_11d3_9f6c_00c04f8ed1c4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getInputFieldNamesList()
          Names of fields in the input table used by the locator.
 java.lang.String getInputJoinFieldName()
          Name of the ObjectID field in the input table.
 ITable getInputTable()
          Table that was located.
 ILocator getLocator()
          Locator used to create the feature class.
 java.lang.String getOutputFieldNamesList()
          Names of result fields in the output feature class.
 java.lang.String getOutputJoinFieldName()
          Name of the JoinOID field in the output feature class.
 ITable getOutputTable()
          Feature class that was created.
 

Field Detail

IIDf8e03be8_c882_11d3_9f6c_00c04f8ed1c4

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

getInputTable

ITable getInputTable()
                     throws java.io.IOException,
                            AutomationException
Table that was located.

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

getInputFieldNamesList

java.lang.String getInputFieldNamesList()
                                        throws java.io.IOException,
                                               AutomationException
Names of fields in the input table used by the locator.

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

getInputJoinFieldName

java.lang.String getInputJoinFieldName()
                                       throws java.io.IOException,
                                              AutomationException
Name of the ObjectID field in the input table.

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

getOutputTable

ITable getOutputTable()
                      throws java.io.IOException,
                             AutomationException
Feature class that was created.

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

getOutputFieldNamesList

java.lang.String getOutputFieldNamesList()
                                         throws java.io.IOException,
                                                AutomationException
Names of result fields in the output feature class.

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

getOutputJoinFieldName

java.lang.String getOutputJoinFieldName()
                                        throws java.io.IOException,
                                               AutomationException
Name of the JoinOID field in the output feature class.

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

getLocator

ILocator getLocator()
                    throws java.io.IOException,
                           AutomationException
Locator used to create the feature class.

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