com.esri.arcgis.geodatabase
Interface INetWeight

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INetWeightEdit
All Known Implementing Classes:
INetWeightEditProxy, INetWeightProxy, NetWeight

public interface INetWeight
extends java.io.Serializable

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

Description: 'Provides access to members that get information about the network weight described by this NetWeight object.' 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 IID027e7415_981b_11d1_b264_0000f878229e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBitGateSize()
          Bit gate size of the network weight described by this NetWeight object.
 int getWeightID()
          Internal ID of the network weight described by this NetWeight object.
 java.lang.String getWeightName()
          Name of the network weight described by this NetWeight object.
 int getWeightType()
          Type of network weight described by this NetWeight object.
 

Field Detail

IID027e7415_981b_11d1_b264_0000f878229e

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

getWeightName

java.lang.String getWeightName()
                               throws java.io.IOException,
                                      AutomationException
Name of the network weight described by this NetWeight object.

Returns:
The weightName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWeightType

int getWeightType()
                  throws java.io.IOException,
                         AutomationException
Type of network weight described by this NetWeight object.

Returns:
A com.esri.arcgis.geodatabase.esriWeightType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBitGateSize

int getBitGateSize()
                   throws java.io.IOException,
                          AutomationException
Bit gate size of the network weight described by this NetWeight object.

Returns:
The bigGateSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWeightID

int getWeightID()
                throws java.io.IOException,
                       AutomationException
Internal ID of the network weight described by this NetWeight object.

Returns:
The internalID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.