com.esri.arcgis.geodatabase
Interface IDENetworkDataset2

All Superinterfaces:
IDENetworkDataset, java.io.Serializable
All Known Subinterfaces:
IDENetworkDataset3
All Known Implementing Classes:
DENetworkDataset, IDENetworkDataset2Proxy, IDENetworkDataset3Proxy

public interface IDENetworkDataset2
extends IDENetworkDataset, java.io.Serializable

COM Interface 'IDENetworkDataset2'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that describe network dataset data elements.' 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 IID9ec0957a_9127_4084_8d0d_d4341101a15e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDENetworkDataset
IID71e4aa21_1957_4224_b505_984c189aa520
 
Method Summary
 int getElevationModel()
          The type of the network elevation model.
 java.lang.String getTimeZoneAttributeName()
          Name of the time zone attribute.
 java.lang.String getTimeZoneTableName()
          Name of the time zone table.
 ITrafficData getTrafficData()
          Traffic data.
 void setElevationModel(int networkElevationModel)
          The type of the network elevation model.
 void setTimeZoneAttributeName(java.lang.String attributeName)
          Name of the time zone attribute.
 void setTimeZoneTableName(java.lang.String tableName)
          Name of the time zone table.
 void setTrafficDataByRef(ITrafficData trafficData)
          Traffic data.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDENetworkDataset
getAttributes, getConfigurationKeyword, getDirections, getHierarchyClusterAttribute, getHierarchyLevelCount, getMaxValueForHierarchy, getNetworkType, getProperties, getSources, getUserData, isBuildable, isSupportsTurns, setAttributesByRef, setBuildable, setConfigurationKeyword, setDirectionsByRef, setHierarchyClusterAttribute, setHierarchyLevelCount, setMaxValueForHierarchy, setNetworkType, setProperties, setSourcesByRef, setSupportsTurns, setUserData
 

Field Detail

IID9ec0957a_9127_4084_8d0d_d4341101a15e

static final int IID9ec0957a_9127_4084_8d0d_d4341101a15e
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
The type of the network 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.

setElevationModel

void setElevationModel(int networkElevationModel)
                       throws java.io.IOException,
                              AutomationException
The type of the network elevation model.

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

getTrafficData

ITrafficData getTrafficData()
                            throws java.io.IOException,
                                   AutomationException
Traffic data.

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

setTrafficDataByRef

void setTrafficDataByRef(ITrafficData trafficData)
                         throws java.io.IOException,
                                AutomationException
Traffic data.

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

getTimeZoneAttributeName

java.lang.String getTimeZoneAttributeName()
                                          throws java.io.IOException,
                                                 AutomationException
Name of the time zone attribute.

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

setTimeZoneAttributeName

void setTimeZoneAttributeName(java.lang.String attributeName)
                              throws java.io.IOException,
                                     AutomationException
Name of the time zone attribute.

Parameters:
attributeName - The attributeName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeZoneTableName

java.lang.String getTimeZoneTableName()
                                      throws java.io.IOException,
                                             AutomationException
Name of the time zone table.

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

setTimeZoneTableName

void setTimeZoneTableName(java.lang.String tableName)
                          throws java.io.IOException,
                                 AutomationException
Name of the time zone table.

Parameters:
tableName - The tableName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.