com.esri.arcgis.geodatabase
Interface INetwork

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IStreetNetwork, IUtilityNetwork, IUtilityNetwork2, IUtilityNetworkGEN
All Known Implementing Classes:
INetworkProxy, IStreetNetworkProxy, IUtilityNetwork2Proxy, IUtilityNetworkGENProxy, IUtilityNetworkProxy, StreetNetwork, UtilityNetwork

public interface INetwork
extends java.io.Serializable

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

Description: 'Provides access to members that give general information about the network and its elements.' 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 IID19f99c80_a089_11d0_9cc9_00805f74d243
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IForwardStar createForwardStar(boolean honorState, INetWeight junctionWeight, INetWeight fromToEdgeWeight, INetWeight toFromEdgeWeight, INetWeight turnWeight)
          Creates a forward star cursor on the network index.
 IEnumNetEID createNetBrowser(int elementType)
          Creates a network index element browser.
 int getEdgeCount()
          Number of edges in the network.
 int getJunctionCount()
          Number of junctions in the network.
 int getMaxDegree()
          Maximum degree of a junction.
 int getMaxTurn()
          Maximum number of turns associated with a junction.
 int getStatus()
          Status of the network.
 int getTurnCount()
          Number of turns in the network.
 

Field Detail

IID19f99c80_a089_11d0_9cc9_00805f74d243

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

getStatus

int getStatus()
              throws java.io.IOException,
                     AutomationException
Status of the network.

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

getJunctionCount

int getJunctionCount()
                     throws java.io.IOException,
                            AutomationException
Number of junctions in the network.

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

getEdgeCount

int getEdgeCount()
                 throws java.io.IOException,
                        AutomationException
Number of edges in the network.

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

getTurnCount

int getTurnCount()
                 throws java.io.IOException,
                        AutomationException
Number of turns in the network.

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

getMaxDegree

int getMaxDegree()
                 throws java.io.IOException,
                        AutomationException
Maximum degree of a junction.

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

getMaxTurn

int getMaxTurn()
               throws java.io.IOException,
                      AutomationException
Maximum number of turns associated with a junction.

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

createForwardStar

IForwardStar createForwardStar(boolean honorState,
                               INetWeight junctionWeight,
                               INetWeight fromToEdgeWeight,
                               INetWeight toFromEdgeWeight,
                               INetWeight turnWeight)
                               throws java.io.IOException,
                                      AutomationException
Creates a forward star cursor on the network index.

Parameters:
honorState - The honorState (in)
junctionWeight - A reference to a com.esri.arcgis.geodatabase.INetWeight (in)
fromToEdgeWeight - A reference to a com.esri.arcgis.geodatabase.INetWeight (in)
toFromEdgeWeight - A reference to a com.esri.arcgis.geodatabase.INetWeight (in)
turnWeight - A reference to a com.esri.arcgis.geodatabase.INetWeight (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IForwardStar
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createNetBrowser

IEnumNetEID createNetBrowser(int elementType)
                             throws java.io.IOException,
                                    AutomationException
Creates a network index element browser.

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