com.esri.arcgis.networkanalyst
Interface INAContextHelper

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INAContextHelperProxy

public interface INAContextHelper
extends java.io.Serializable

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

Description: 'Provides access to the helper class to get the network analysis context.' 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 IID2d3dd96f_f647_478b_b989_b710539152d6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 INAContext getNAContext()
          The network analysis context.
 

Field Detail

IID2d3dd96f_f647_478b_b989_b710539152d6

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

getNAContext

INAContext getNAContext()
                        throws java.io.IOException,
                               AutomationException
The network analysis context.

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