com.esri.arcgis.networkanalyst
Interface INAServerNetworkDescription3

All Superinterfaces:
INAServerNetworkDescription, INAServerNetworkDescription2, java.io.Serializable
All Known Implementing Classes:
INAServerNetworkDescription3Proxy, NAServerNetworkDescription

public interface INAServerNetworkDescription3
extends INAServerNetworkDescription2, java.io.Serializable

COM Interface 'INAServerNetworkDescription3'. 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 IID6cbf5119_0b4c_45ec_b09b_7d523b91ff4c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerNetworkDescription2
IID2974c5ca_39b7_42a1_9bae_216ca5be4d02
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerNetworkDescription
IID607ef894_4fc1_4884_bb4f_dfcba1cb1f81
 
Method Summary
 int getElevationModel()
          Network Dataset elevation model.
 INAServerTravelMode[] getTravelModes()
          Array of Travel Modes in the network dataset.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerNetworkDescription2
getBuildTime, getNetworkDirections, getState
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerNetworkDescription
getName, getNetworkAttributes, getNetworkSources
 

Field Detail

IID6cbf5119_0b4c_45ec_b09b_7d523b91ff4c

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

getElevationModel

int getElevationModel()
                      throws java.io.IOException,
                             AutomationException
Network Dataset elevation model.

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

getTravelModes

INAServerTravelMode[] getTravelModes()
                                     throws java.io.IOException,
                                            AutomationException
Array of Travel Modes in the network dataset.

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