com.esri.arcgis.networkanalyst
Interface INALocatorAgent2

All Superinterfaces:
INALocatorAgent, java.io.Serializable
All Known Subinterfaces:
INALocatorAgent3
All Known Implementing Classes:
INALocatorAgent2Proxy, INALocatorAgent3Proxy, NALocatorFeatureAgent, NALocatorLocationFieldsAgent

public interface INALocatorAgent2
extends INALocatorAgent, java.io.Serializable

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

Description: 'Provides access to properties common to all locator agents.' 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 IID5d052c29_922a_44a1_975f_a7d2c19665e2
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INALocatorAgent
IIDdb329ebe_6baa_4596_8206_8ddc87a17b62
 
Method Summary
 void queryGeometry(INALocation location, IGeometry[] geometry)
          The geometry for the given network location.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INALocatorAgent
bind, getName, queryLocationByPoint, queryLocationByRow, queryPoint
 

Field Detail

IID5d052c29_922a_44a1_975f_a7d2c19665e2

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

queryGeometry

void queryGeometry(INALocation location,
                   IGeometry[] geometry)
                   throws java.io.IOException,
                          AutomationException
The geometry for the given network location.

Parameters:
location - A reference to a com.esri.arcgis.networkanalyst.INALocation (in)
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.