com.esri.arcgis.networkanalyst
Interface INAContext

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INAContextProxy, NAContext

public interface INAContext
extends java.io.Serializable

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

Description: 'Provides access to 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 IIDc719fa92_cd10_4fcd_aa0b_38921f1d40e9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 INamedSet getAgents()
          The collection of agents associated with the analysis.
 INALocator getLocator()
          The locator used for finding network locations for class items.
 INamedSet getNAClasses()
          The collection of classes associated with the analysis.
 java.lang.String getName()
          The name of the analysis.
 INetworkDataset getNetworkDataset()
          The associated network dataset.
 IName getNetworkDatasetName()
          The associated network dataset name.
 INAResult getResult()
          The result for the analysis.
 INASolver getSolver()
          The function used for the analysis.
 ISpatialReference getSpatialReference()
          The spatial reference of the analysis.
 

Field Detail

IIDc719fa92_cd10_4fcd_aa0b_38921f1d40e9

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the analysis.

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

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
The spatial reference of the analysis.

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

getSolver

INASolver getSolver()
                    throws java.io.IOException,
                           AutomationException
The function used for the analysis.

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

getAgents

INamedSet getAgents()
                    throws java.io.IOException,
                           AutomationException
The collection of agents associated with the analysis.

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

getResult

INAResult getResult()
                    throws java.io.IOException,
                           AutomationException
The result for the analysis.

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

getNAClasses

INamedSet getNAClasses()
                       throws java.io.IOException,
                              AutomationException
The collection of classes associated with the analysis.

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

getLocator

INALocator getLocator()
                      throws java.io.IOException,
                             AutomationException
The locator used for finding network locations for class items.

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

getNetworkDataset

INetworkDataset getNetworkDataset()
                                  throws java.io.IOException,
                                         AutomationException
The associated network dataset.

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

getNetworkDatasetName

IName getNetworkDatasetName()
                            throws java.io.IOException,
                                   AutomationException
The associated network dataset name.

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