|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkBuilder2
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 |
---|
static final int IID629029a4_1554_446e_adaf_cb8f5836585f
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void addWeightToNetwork(IGeometricNetwork geometricNetwork, java.lang.String weightName, int weightType, int bitGateSize, ISet weightAssociations) throws java.io.IOException, AutomationException
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteWeightFromNetwork(IGeometricNetwork pGeometricNetwork, java.lang.String weightName) throws java.io.IOException, AutomationException
pGeometricNetwork
- A reference to a com.esri.arcgis.geodatabase.IGeometricNetwork (in)weightName
- The weightName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |