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 =
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 |
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
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.