com.esri.arcgis.networkanalyst
Interface INALocationObject

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INALocationObjectProxy, NALocationFeature, NALocationObject

public interface INALocationObject
extends java.io.Serializable

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

Description: 'Provides access to network analysis locations.' 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 IIDee2dab62_5f22_4b41_8d59_1af69bfe825b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 INALocation getNALocation()
          The network analysis location.
 void queryNALocation(INALocation location)
          Returns the network location.
 void setNALocation(INALocation location)
          The network analysis location.
 

Field Detail

IIDee2dab62_5f22_4b41_8d59_1af69bfe825b

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

setNALocation

void setNALocation(INALocation location)
                   throws java.io.IOException,
                          AutomationException
The network analysis location.

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

getNALocation

INALocation getNALocation()
                          throws java.io.IOException,
                                 AutomationException
The network analysis location.

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

queryNALocation

void queryNALocation(INALocation location)
                     throws java.io.IOException,
                            AutomationException
Returns the network location.

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