com.esri.arcgis.networkanalyst
Interface INALocatorLocationFieldsAgent2

All Superinterfaces:
INALocatorLocationFieldsAgent, java.io.Serializable
All Known Implementing Classes:
INALocatorLocationFieldsAgent2Proxy, NALocatorLocationFieldsAgent

public interface INALocatorLocationFieldsAgent2
extends INALocatorLocationFieldsAgent, java.io.Serializable

COM Interface 'INALocatorLocationFieldsAgent2'. 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 IID6e8cf75a_d98a_4879_afba_b4a143c6eff3
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INALocatorLocationFieldsAgent
IIDc28210b0_1d1a_4bea_918f_eced285a384f
 
Method Summary
 java.lang.String getLocationRangesFieldName()
          The NALocationRanges field name.
 void setLocationRangesFieldName(java.lang.String fieldName)
          The NALocationRanges field name.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INALocatorLocationFieldsAgent
getOIDFieldName, getPositionFieldName, getSideFieldName, getSourceIDFieldName, setOIDFieldName, setPositionFieldName, setSideFieldName, setSourceIDFieldName
 

Field Detail

IID6e8cf75a_d98a_4879_afba_b4a143c6eff3

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

setLocationRangesFieldName

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

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

getLocationRangesFieldName

java.lang.String getLocationRangesFieldName()
                                            throws java.io.IOException,
                                                   AutomationException
The NALocationRanges field name.

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