com.esri.arcgis.networkanalyst
Interface INAServerNetworkDescription

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INAServerNetworkDescription2, INAServerNetworkDescription3
All Known Implementing Classes:
INAServerNetworkDescription2Proxy, INAServerNetworkDescription3Proxy, INAServerNetworkDescriptionProxy, NAServerNetworkDescription

public interface INAServerNetworkDescription
extends java.io.Serializable

COM Interface 'INAServerNetworkDescription'. 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 the network dataset.' 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 IID607ef894_4fc1_4884_bb4f_dfcba1cb1f81
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getName()
          Name of the Network Dataset.
 INAServerNetworkAttribute[] getNetworkAttributes()
          Array of descriptions of network attributes in the network dataset.
 INAServerNetworkSource[] getNetworkSources()
          Array of descriptions of network sources in the network dataset.
 

Field Detail

IID607ef894_4fc1_4884_bb4f_dfcba1cb1f81

static final int IID607ef894_4fc1_4884_bb4f_dfcba1cb1f81
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 Network Dataset.

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

getNetworkAttributes

INAServerNetworkAttribute[] getNetworkAttributes()
                                                 throws java.io.IOException,
                                                        AutomationException
Array of descriptions of network attributes in the network dataset.

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

getNetworkSources

INAServerNetworkSource[] getNetworkSources()
                                           throws java.io.IOException,
                                                  AutomationException
Array of descriptions of network sources in the network dataset.

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