public interface IDENetworkDataset
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID71e4aa21_1957_4224_b505_984c189aa520 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IArray |
getAttributes()
Array of network attributes in this network dataset.
|
java.lang.String |
getConfigurationKeyword()
The database configuration keyword for the network dataset.
|
java.lang.String |
getDefaultTravelModeName()
Name of default network travel mode for this network dataset.
|
INetworkDirections |
getDirections()
The directions settings for the network dataset.
|
int |
getElevationModel()
The type of the network elevation model.
|
INetworkAttribute |
getHierarchyClusterAttribute()
The network attribute that is used to optimize network building for hierarchical traversal.
|
int |
getHierarchyLevelCount()
The number of hierarchy levels in the network dataset.
|
int |
getMaxValueForHierarchy(int level)
The maximum value for the specified hierarchy level in the network dataset.
|
int |
getNetworkType()
The type of the network dataset.
|
IPropertySet |
getProperties()
Property set of this network dataset.
|
IArray |
getSources()
Array of network sources in this network dataset.
|
java.lang.String |
getTimeZoneAttributeName()
Name of the time zone attribute.
|
java.lang.String |
getTimeZoneTableName()
Name of the time zone table.
|
ITrafficData |
getTrafficData()
Traffic data.
|
ITransitData |
getTransitData()
The transit settings for the network dataset.
|
IArray |
getTravelModes()
Array of network travel modes in this network dataset.
|
IPropertySet |
getUserData()
User specified property set of this network dataset.
|
boolean |
isBuildable()
Indicates if this network dataset is buildable.
|
boolean |
isSupportsTurns()
Indicates if this network dataset supports network turn elements.
|
void |
setAttributesByRef(IArray attributes)
Array of network attributes in this network dataset.
|
void |
setBuildable(boolean supportsTurns)
Indicates if this network dataset is buildable.
|
void |
setConfigurationKeyword(java.lang.String configKeyword)
The database configuration keyword for the network dataset.
|
void |
setDefaultTravelModeName(java.lang.String defaultTravelModeName)
Name of default network travel mode for this network dataset.
|
void |
setDirectionsByRef(INetworkDirections directions)
The directions settings for the network dataset.
|
void |
setElevationModel(int networkElevationModel)
The type of the network elevation model.
|
void |
setHierarchyClusterAttribute(INetworkAttribute attribute)
The network attribute that is used to optimize network building for hierarchical traversal.
|
void |
setHierarchyLevelCount(int count)
The number of hierarchy levels in the network dataset.
|
void |
setMaxValueForHierarchy(int level,
int value)
The maximum value for the specified hierarchy level in the network dataset.
|
void |
setNetworkType(int type)
The type of the network dataset.
|
void |
setProperties(IPropertySet datasetProperties)
Property set of this network dataset.
|
void |
setSourcesByRef(IArray sources)
Array of network sources in this network dataset.
|
void |
setSupportsTurns(boolean supportsTurns)
Indicates if this network dataset supports network turn elements.
|
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.
|
void |
setTransitDataByRef(ITransitData transitData)
The transit settings for the network dataset.
|
void |
setTravelModes(IArray travelModes)
Array of network travel modes in this network dataset.
|
void |
setUserData(IPropertySet userProperties)
User specified property set of this network dataset.
|
static final int IID71e4aa21_1957_4224_b505_984c189aa520
static final int xxDummy
static final java.lang.String IID
int getNetworkType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNetworkType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriNetworkDatasetType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getAttributes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAttributesByRef(IArray attributes) throws java.io.IOException, AutomationException
attributes
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getConfigurationKeyword() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setConfigurationKeyword(java.lang.String configKeyword) throws java.io.IOException, AutomationException
configKeyword
- The configKeyword (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getSources() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSourcesByRef(IArray sources) throws java.io.IOException, AutomationException
sources
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.INetworkDirections getDirections() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDirectionsByRef(INetworkDirections directions) throws java.io.IOException, AutomationException
directions
- A reference to a com.esri.arcgis.geodatabase.INetworkDirections (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSupportsTurns() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSupportsTurns(boolean supportsTurns) throws java.io.IOException, AutomationException
supportsTurns
- The supportsTurns (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isBuildable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBuildable(boolean supportsTurns) throws java.io.IOException, AutomationException
supportsTurns
- The supportsTurns (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getUserData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUserData(IPropertySet userProperties) throws java.io.IOException, AutomationException
userProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setProperties(IPropertySet datasetProperties) throws java.io.IOException, AutomationException
datasetProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.INetworkAttribute getHierarchyClusterAttribute() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setHierarchyClusterAttribute(INetworkAttribute attribute) throws java.io.IOException, AutomationException
attribute
- A reference to a com.esri.arcgis.geodatabase.INetworkAttribute (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setHierarchyLevelCount(int count) throws java.io.IOException, AutomationException
count
- The count (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getHierarchyLevelCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxValueForHierarchy(int level, int value) throws java.io.IOException, AutomationException
level
- The level (in)value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaxValueForHierarchy(int level) throws java.io.IOException, AutomationException
level
- The level (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getElevationModel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setElevationModel(int networkElevationModel) throws java.io.IOException, AutomationException
networkElevationModel
- A com.esri.arcgis.geodatabase.esriNetworkElevationModel constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITrafficData getTrafficData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTrafficDataByRef(ITrafficData trafficData) throws java.io.IOException, AutomationException
trafficData
- A reference to a com.esri.arcgis.geodatabase.ITrafficData (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTimeZoneAttributeName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeZoneAttributeName(java.lang.String attributeName) throws java.io.IOException, AutomationException
attributeName
- The attributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTimeZoneTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeZoneTableName(java.lang.String tableName) throws java.io.IOException, AutomationException
tableName
- The tableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getTravelModes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTravelModes(IArray travelModes) throws java.io.IOException, AutomationException
travelModes
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDefaultTravelModeName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefaultTravelModeName(java.lang.String defaultTravelModeName) throws java.io.IOException, AutomationException
defaultTravelModeName
- The defaultTravelModeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITransitData getTransitData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTransitDataByRef(ITransitData transitData) throws java.io.IOException, AutomationException
transitData
- A reference to a com.esri.arcgis.geodatabase.ITransitData (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.