com.esri.arcgis.networkanalyst
Interface INALocatorLocationFieldsAgent

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INALocatorLocationFieldsAgent2
All Known Implementing Classes:
INALocatorLocationFieldsAgent2Proxy, INALocatorLocationFieldsAgentProxy, NALocatorLocationFieldsAgent

public interface INALocatorLocationFieldsAgent
extends java.io.Serializable

COM Interface 'INALocatorLocationFieldsAgent'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Provides access to the field names 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 IIDc28210b0_1d1a_4bea_918f_eced285a384f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getOIDFieldName()
          The OID field name.
 java.lang.String getPositionFieldName()
          The position field name.
 java.lang.String getSideFieldName()
          The side field name.
 java.lang.String getSourceIDFieldName()
          The source ID field name.
 void setOIDFieldName(java.lang.String fieldName)
          The OID field name.
 void setPositionFieldName(java.lang.String fieldName)
          The position field name.
 void setSideFieldName(java.lang.String fieldName)
          The side field name.
 void setSourceIDFieldName(java.lang.String fieldName)
          The source ID field name.
 

Field Detail

IIDc28210b0_1d1a_4bea_918f_eced285a384f

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

setSourceIDFieldName

void setSourceIDFieldName(java.lang.String fieldName)
                          throws java.io.IOException,
                                 AutomationException
The source ID field name.

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

getSourceIDFieldName

java.lang.String getSourceIDFieldName()
                                      throws java.io.IOException,
                                             AutomationException
The source ID field name.

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

setOIDFieldName

void setOIDFieldName(java.lang.String fieldName)
                     throws java.io.IOException,
                            AutomationException
The OID field name.

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

getOIDFieldName

java.lang.String getOIDFieldName()
                                 throws java.io.IOException,
                                        AutomationException
The OID field name.

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

setPositionFieldName

void setPositionFieldName(java.lang.String fieldName)
                          throws java.io.IOException,
                                 AutomationException
The position field name.

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

getPositionFieldName

java.lang.String getPositionFieldName()
                                      throws java.io.IOException,
                                             AutomationException
The position field name.

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

setSideFieldName

void setSideFieldName(java.lang.String fieldName)
                      throws java.io.IOException,
                             AutomationException
The side field name.

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

getSideFieldName

java.lang.String getSideFieldName()
                                  throws java.io.IOException,
                                         AutomationException
The side field name.

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