public interface INetworkDataset
extends java.io.Serializable
Description: 'Provides access to members that query the schema of the network dataset.' 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 |
IID5299f003_fca2_453d_ab8e_28b9ac6648b5 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
INetworkSource |
esri_getSource(int index)
Network dataset source by index.
|
INetworkAttribute |
getAttribute(int index)
Network dataset attribute by index.
|
INetworkAttribute |
getAttributeByID(int iD)
Network dataset attribute corresponding to the specified ID.
|
INetworkAttribute |
getAttributeByName(java.lang.String name)
Network dataset attribute corresponding to the specified name.
|
int |
getAttributeCount()
Number of attributes in the network dataset.
|
IPolygon |
getDirtyArea(IPolygon location)
The dirty area polygon of the network dataset.
|
int |
getNetworkType()
The type of the network dataset.
|
INetworkSource |
getSourceByID(int iD)
Network dataset source corresponding to the specified ID.
|
INetworkSource |
getSourceByName(java.lang.String name)
Network dataset source corresponding to the specified name.
|
int |
getSourceCount()
Number of sources in the network dataset.
|
int |
getState()
Indicates whether the network dataset is built or not.
|
boolean |
isBuildable()
Indicates if this network dataset is buildable.
|
boolean |
isSupportsTurns()
Indicates if this network dataset supports network turn elements.
|
static final int IID5299f003_fca2_453d_ab8e_28b9ac6648b5
static final int xxDummy
static final java.lang.String IID
boolean isBuildable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getNetworkType() throws java.io.IOException, AutomationException
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.INetworkAttribute getAttributeByID(int iD) throws java.io.IOException, AutomationException
iD
- The iD (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.INetworkAttribute getAttributeByName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getAttributeCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.INetworkAttribute getAttribute(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.INetworkSource getSourceByID(int iD) throws java.io.IOException, AutomationException
iD
- The iD (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.INetworkSource getSourceByName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSourceCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.INetworkSource esri_getSource(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getState() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPolygon getDirtyArea(IPolygon location) throws java.io.IOException, AutomationException
location
- A reference to a com.esri.arcgis.geometry.IPolygon (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.