com.esri.arcgis.networkanalyst
Interface INAServerNetworkSource

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INAServerNetworkSourceProxy, NAServerNetworkSource

public interface INAServerNetworkSource
extends java.io.Serializable

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

Description: 'Deprecated as of 10.0. Provides access to properties that describe a network source.' 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 IID719ac36b_c9de_4d1d_adf0_6e26fe378066
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getElementType()
          Network element type of this network source.
 int getID()
          Unique identifier of this network source.
 java.lang.String getName()
          Name of the class associated with this network source.
 int getSourceType()
          Type of network source.
 

Field Detail

IID719ac36b_c9de_4d1d_adf0_6e26fe378066

static final int IID719ac36b_c9de_4d1d_adf0_6e26fe378066
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
Name of the class associated with this network source.

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

getID

int getID()
          throws java.io.IOException,
                 AutomationException
Unique identifier of this network source.

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

getSourceType

int getSourceType()
                  throws java.io.IOException,
                         AutomationException
Type of network source.

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

getElementType

int getElementType()
                   throws java.io.IOException,
                          AutomationException
Network element type of this network source.

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