com.esri.arcgis.controls
Interface IEngineNetworkAnalystHelper

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IEngineNetworkAnalystHelper2
All Known Implementing Classes:
EngineNetworkAnalystEnvironment, IEngineNetworkAnalystHelper2Proxy, IEngineNetworkAnalystHelperProxy

public interface IEngineNetworkAnalystHelper
extends java.io.Serializable

COM Interface 'IEngineNetworkAnalystHelper'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to actions that operate on the network analyst extension.' 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 IID9a8b09a3_b728_472b_b623_7d936ee166c3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addNetworkLocation(IPoint pPoint, java.lang.String name)
          Adds a network location to the NAWindow at the specified point.
 void deleteAllNetworkLocations()
          Delete all network locations of active category for active analysis.
 INAStreetDirectionsContainer getDirections()
          Get directions after solving.
 void solve()
          Solve for current network locations.
 

Field Detail

IID9a8b09a3_b728_472b_b623_7d936ee166c3

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

addNetworkLocation

void addNetworkLocation(IPoint pPoint,
                        java.lang.String name)
                        throws java.io.IOException,
                               AutomationException
Adds a network location to the NAWindow at the specified point.

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

deleteAllNetworkLocations

void deleteAllNetworkLocations()
                               throws java.io.IOException,
                                      AutomationException
Delete all network locations of active category for active analysis.

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

getDirections

INAStreetDirectionsContainer getDirections()
                                           throws java.io.IOException,
                                                  AutomationException
Get directions after solving.

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

solve

void solve()
           throws java.io.IOException,
                  AutomationException
Solve for current network locations.

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