com.esri.arcgis.networkanalysis
Interface INetworkBuilder2

All Superinterfaces:
INetworkBuilder, java.io.Serializable
All Known Implementing Classes:
INetworkBuilder2Proxy

public interface INetworkBuilder2
extends INetworkBuilder, java.io.Serializable

COM Interface 'INetworkBuilder2'. 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 IID629029a4_1554_446e_adaf_cb8f5836585f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalysis.INetworkBuilder
IID183685e8_379d_4651_ab2b_3cb39a51f291
 
Method Summary
 void addWeightToNetwork(IGeometricNetwork geometricNetwork, java.lang.String weightName, int weightType, int bitGateSize, ISet weightAssociations)
          Adds a weight to an existing the geometric network, features are not changed in this process.
 void deleteWeightFromNetwork(IGeometricNetwork pGeometricNetwork, java.lang.String weightName)
          Deletes a weight from an existing the geometric network, features are not changed in this process.
 
Methods inherited from interface com.esri.arcgis.networkanalysis.INetworkBuilder
rebuildNetwork
 

Field Detail

IID629029a4_1554_446e_adaf_cb8f5836585f

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

addWeightToNetwork

void addWeightToNetwork(IGeometricNetwork geometricNetwork,
                        java.lang.String weightName,
                        int weightType,
                        int bitGateSize,
                        ISet weightAssociations)
                        throws java.io.IOException,
                               AutomationException
Adds a weight to an existing the geometric network, features are not changed in this process.

Parameters:
geometricNetwork - A reference to a com.esri.arcgis.geodatabase.IGeometricNetwork (in)
weightName - The weightName (in)
weightType - A com.esri.arcgis.geodatabase.esriWeightType constant (in)
bitGateSize - The bitGateSize (in)
weightAssociations - A reference to a com.esri.arcgis.system.ISet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteWeightFromNetwork

void deleteWeightFromNetwork(IGeometricNetwork pGeometricNetwork,
                             java.lang.String weightName)
                             throws java.io.IOException,
                                    AutomationException
Deletes a weight from an existing the geometric network, features are not changed in this process.

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