com.esri.arcgis.networkanalysis
Interface INetworkBuilder

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INetworkBuilder2
All Known Implementing Classes:
INetworkBuilder2Proxy, INetworkBuilderProxy

public interface INetworkBuilder
extends java.io.Serializable

COM Interface 'INetworkBuilder'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriNetworkAnalysis.olb'

Description: 'Provides access to members that rebuild the logical network index for an existing geometric network.' 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 IID183685e8_379d_4651_ab2b_3cb39a51f291
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void rebuildNetwork(IGeometricNetwork geometricNetwork, java.lang.String configKeyword, java.lang.String logFilePath)
          Recreates the logical network index for the geometric network, features are not changed in this process.
 

Field Detail

IID183685e8_379d_4651_ab2b_3cb39a51f291

static final int IID183685e8_379d_4651_ab2b_3cb39a51f291
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

rebuildNetwork

void rebuildNetwork(IGeometricNetwork geometricNetwork,
                    java.lang.String configKeyword,
                    java.lang.String logFilePath)
                    throws java.io.IOException,
                           AutomationException
Recreates the logical network index for the geometric network, features are not changed in this process.

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