|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDENetworkDataset2
Provides access to members that describe network dataset data elements.
| Method Summary | |
|---|---|
int |
getElevationModel()
The type of the network elevation model. |
String |
getTimeZoneAttributeName()
Name of the time zone attribute. |
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(String attributeName)
Name of the time zone attribute. |
void |
setTimeZoneTableName(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 |
| Method Detail |
|---|
int getElevationModel()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setElevationModel(int networkElevationModel)
throws IOException,
AutomationException
networkElevationModel - A com.esri.arcgis.geodatabase.esriNetworkElevationModel constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITrafficData getTrafficData()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTrafficDataByRef(ITrafficData trafficData)
throws IOException,
AutomationException
trafficData - A reference to a com.esri.arcgis.geodatabase.ITrafficData (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTimeZoneAttributeName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTimeZoneAttributeName(String attributeName)
throws IOException,
AutomationException
attributeName - The attributeName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTimeZoneTableName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTimeZoneTableName(String tableName)
throws IOException,
AutomationException
tableName - The tableName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||