|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDENetworkDataset
COM Interface 'IDENetworkDataset'. 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 |
IID71e4aa21_1957_4224_b505_984c189aa520
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IArray |
getAttributes()
Array of network attributes in this network dataset. |
java.lang.String |
getConfigurationKeyword()
The database configuration keyword for the network dataset. |
INetworkDirections |
getDirections()
The driving directions settings for the network dataset. |
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. |
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 |
setDirectionsByRef(INetworkDirections directions)
The driving directions settings for the network dataset. |
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 |
setUserData(IPropertySet userProperties)
User specified property set of this network dataset. |
| Field Detail |
|---|
static final int IID71e4aa21_1957_4224_b505_984c189aa520
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||