com.esri.arcgis.networkanalyst
Interface INAResult2

All Superinterfaces:
INAResult, java.io.Serializable
All Known Implementing Classes:
INAResult2Proxy, NAODCostMatrixResult, NATraversalResult, NAVRPResult

public interface INAResult2
extends INAResult, java.io.Serializable

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

Description: 'Provides access to the results of an analysis.' 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 IID0718bd10_a86e_4014_865d_305d69af7ad9
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAResult
IID9e92a2ad_551e_4be0_bf57_aac552789dae
 
Method Summary
 void create(java.lang.String name, INAContextHelper nAContextHelper, boolean isScratch)
          Set up for a new analysis.
 void initializeEx(INAContextHelper nAContextHelper)
          Provides the result object with a reference to the context.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAResult
emptyAll, getNAContext, getName, getOutputProperties, initialize, isHasValidResult, setHasValidResult
 

Field Detail

IID0718bd10_a86e_4014_865d_305d69af7ad9

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

create

void create(java.lang.String name,
            INAContextHelper nAContextHelper,
            boolean isScratch)
            throws java.io.IOException,
                   AutomationException
Set up for a new analysis.

Parameters:
name - The name (in)
nAContextHelper - A reference to a com.esri.arcgis.networkanalyst.INAContextHelper (in)
isScratch - The isScratch (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

initializeEx

void initializeEx(INAContextHelper nAContextHelper)
                  throws java.io.IOException,
                         AutomationException
Provides the result object with a reference to the context.

Parameters:
nAContextHelper - A reference to a com.esri.arcgis.networkanalyst.INAContextHelper (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.