com.esri.arcgis.networkanalyst
Interface INAServerNetworkDescription2

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

public interface INAServerNetworkDescription2
extends INAServerNetworkDescription, java.io.Serializable

COM Interface 'INAServerNetworkDescription2'. 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 IID2974c5ca_39b7_42a1_9bae_216ca5be4d02
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerNetworkDescription
IID607ef894_4fc1_4884_bb4f_dfcba1cb1f81
 
Method Summary
 java.util.Date getBuildTime()
          Network Dataset build time.
 INAServerNetworkDirections getNetworkDirections()
          Description of the directions configured for the network dataset.
 int getState()
          Network Dataset build state.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerNetworkDescription
getName, getNetworkAttributes, getNetworkSources
 

Field Detail

IID2974c5ca_39b7_42a1_9bae_216ca5be4d02

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

getNetworkDirections

INAServerNetworkDirections getNetworkDirections()
                                                throws java.io.IOException,
                                                       AutomationException
Description of the directions configured for the network dataset.

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

getBuildTime

java.util.Date getBuildTime()
                            throws java.io.IOException,
                                   AutomationException
Network Dataset build time.

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

getState

int getState()
             throws java.io.IOException,
                    AutomationException
Network Dataset build state.

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