public interface INetworkBuild
extends java.io.Serializable
Description: 'Provides access to members for changing the schema of a network dataset and building it.' 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 |
IID99ca1a8e_0301_4089_b939_1634e45f14a3 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(INetworkAttribute attribute)
Adds the given attribute to the schema of the network dataset.
|
void |
addSource(INetworkSource source)
Adds the given source to the schema of the network dataset.
|
IEnvelope |
buildNetwork(IEnvelope areaToBuild)
Builds the network dataset for the given extent.
|
void |
deleteAttribute(INetworkAttribute attribute)
Deletes the given attribute from the network dataset.
|
void |
deleteSource(INetworkSource source)
Deletes the given source from the network dataset.
|
void |
updateSchema(IDENetworkDataset dataElement)
Updates the schema for the network dataset based upon the given data element.
|
static final int IID99ca1a8e_0301_4089_b939_1634e45f14a3
static final int xxDummy
static final java.lang.String IID
void addAttribute(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 addSource(INetworkSource source) throws java.io.IOException, AutomationException
source
- A reference to a com.esri.arcgis.geodatabase.INetworkSource (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteAttribute(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 deleteSource(INetworkSource source) throws java.io.IOException, AutomationException
source
- A reference to a com.esri.arcgis.geodatabase.INetworkSource (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void updateSchema(IDENetworkDataset dataElement) throws java.io.IOException, AutomationException
dataElement
- A reference to a com.esri.arcgis.geodatabase.IDENetworkDataset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnvelope buildNetwork(IEnvelope areaToBuild) throws java.io.IOException, AutomationException
areaToBuild
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.