com.esri.arcgis.geodatabase
Interface INetworkWorkspace

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INetworkWorkspace2
All Known Implementing Classes:
INetworkWorkspace2Proxy, INetworkWorkspaceProxy, NetworkWorkspace, Sde4Workspace

public interface INetworkWorkspace
extends java.io.Serializable

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

Description: 'Provides access to members that create and maintain information about logical networks.' 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 IID4700c2e0_2e11_11d1_b24e_0000f878229e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 INetwork createNetwork(java.lang.String networkName, int networkType, boolean buildNormalizedTables)
          Creates a logical network.
 IEnumBSTR getNetworkNames()
          Returns an enumeration of the names of the logical networks within the current workspace.
 INetwork openNetwork(java.lang.String networkName, int networkType, int networkAccess)
          Opens a logical network.
 

Field Detail

IID4700c2e0_2e11_11d1_b24e_0000f878229e

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

createNetwork

INetwork createNetwork(java.lang.String networkName,
                       int networkType,
                       boolean buildNormalizedTables)
                       throws java.io.IOException,
                              AutomationException
Creates a logical network.

Parameters:
networkName - The networkName (in)
networkType - A com.esri.arcgis.geodatabase.esriNetworkType constant (in)
buildNormalizedTables - The buildNormalizedTables (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.INetwork
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

openNetwork

INetwork openNetwork(java.lang.String networkName,
                     int networkType,
                     int networkAccess)
                     throws java.io.IOException,
                            AutomationException
Opens a logical network.

Parameters:
networkName - The networkName (in)
networkType - A com.esri.arcgis.geodatabase.esriNetworkType constant (in)
networkAccess - A com.esri.arcgis.geodatabase.esriNetworkAccess constant (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.INetwork
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNetworkNames

IEnumBSTR getNetworkNames()
                          throws java.io.IOException,
                                 AutomationException
Returns an enumeration of the names of the logical networks within the current workspace.

Returns:
A reference to a com.esri.arcgis.system.IEnumBSTR
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.