com.esri.arcgis.geodatabase
Interface INetworkBuild

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INetworkBuildProxy, NetworkDataset

public interface INetworkBuild
extends java.io.Serializable

COM Interface 'INetworkBuild'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID99ca1a8e_0301_4089_b939_1634e45f14a3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID99ca1a8e_0301_4089_b939_1634e45f14a3

static final int IID99ca1a8e_0301_4089_b939_1634e45f14a3
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

addAttribute

void addAttribute(INetworkAttribute attribute)
                  throws java.io.IOException,
                         AutomationException
Adds the given attribute to the schema of the network dataset.

Parameters:
attribute - A reference to a com.esri.arcgis.geodatabase.INetworkAttribute (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addSource

void addSource(INetworkSource source)
               throws java.io.IOException,
                      AutomationException
Adds the given source to the schema of the network dataset.

Parameters:
source - A reference to a com.esri.arcgis.geodatabase.INetworkSource (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteAttribute

void deleteAttribute(INetworkAttribute attribute)
                     throws java.io.IOException,
                            AutomationException
Deletes the given attribute from the network dataset.

Parameters:
attribute - A reference to a com.esri.arcgis.geodatabase.INetworkAttribute (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteSource

void deleteSource(INetworkSource source)
                  throws java.io.IOException,
                         AutomationException
Deletes the given source from the network dataset.

Parameters:
source - A reference to a com.esri.arcgis.geodatabase.INetworkSource (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateSchema

void updateSchema(IDENetworkDataset dataElement)
                  throws java.io.IOException,
                         AutomationException
Updates the schema for the network dataset based upon the given data element.

Parameters:
dataElement - A reference to a com.esri.arcgis.geodatabase.IDENetworkDataset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

buildNetwork

IEnvelope buildNetwork(IEnvelope areaToBuild)
                       throws java.io.IOException,
                              AutomationException
Builds the network dataset for the given extent.

Parameters:
areaToBuild - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.