com.esri.arcgis.geodatabase
Interface IDENetworkDataset3

All Superinterfaces:
IDENetworkDataset, IDENetworkDataset2, java.io.Serializable
All Known Implementing Classes:
DENetworkDataset, IDENetworkDataset3Proxy

public interface IDENetworkDataset3
extends IDENetworkDataset2, java.io.Serializable

COM Interface 'IDENetworkDataset3'. 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 IIDaa928482_be1c_4d96_ba75_05233e614424
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDENetworkDataset2
IID9ec0957a_9127_4084_8d0d_d4341101a15e
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDENetworkDataset
IID71e4aa21_1957_4224_b505_984c189aa520
 
Method Summary
 IArray getTravelModes()
          Array of network travel modes in this network dataset.
 void setTravelModes(IArray travelModes)
          Array of network travel modes in this network dataset.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDENetworkDataset2
getElevationModel, getTimeZoneAttributeName, getTimeZoneTableName, getTrafficData, setElevationModel, setTimeZoneAttributeName, setTimeZoneTableName, setTrafficDataByRef
 
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

IIDaa928482_be1c_4d96_ba75_05233e614424

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

getTravelModes

IArray getTravelModes()
                      throws java.io.IOException,
                             AutomationException
Array of network travel modes in this network dataset.

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

setTravelModes

void setTravelModes(IArray travelModes)
                    throws java.io.IOException,
                           AutomationException
Array of network travel modes in this network dataset.

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