com.esri.arcgis.geodatabase
Interface INetworkCollection2

All Superinterfaces:
INetworkCollection, java.io.Serializable
All Known Implementing Classes:
FeatureDataset, INetworkCollection2Proxy

public interface INetworkCollection2
extends INetworkCollection, java.io.Serializable

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

Description: 'Provides access to members that create and maintain information about geometric 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 IIDa2b19ed3_0fe6_11d4_a0e5_00c04f6bdf0e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkCollection
IIDa933f752_5ed3_11d2_aa8a_00c04fa37b82
 
Method Summary
 IGeometricNetwork createGeometricNetworkEx(java.lang.String name, int networkType, boolean buildNormalizedTables, java.lang.String configKeyword, int formatNum)
          Creates a new GeometricNetwork with a configuration keyword in this FeatureDataset.
 int getFormatNumber(int index)
          The specified format number.
 int getFormatNumberCount()
          The count of valid format numbers.
 int getMaxStorableClassID(int formatNum)
          Returns the maximum storable feature class ID for the given format number.
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkCollection
createGeometricNetwork, getGeometricNetwork, getGeometricNetworkByName, getGeometricNetworkCount
 

Field Detail

IIDa2b19ed3_0fe6_11d4_a0e5_00c04f6bdf0e

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

getFormatNumberCount

int getFormatNumberCount()
                         throws java.io.IOException,
                                AutomationException
The count of valid format numbers.

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

getFormatNumber

int getFormatNumber(int index)
                    throws java.io.IOException,
                           AutomationException
The specified format number.

Parameters:
index - The index (in)
Returns:
The formatNum
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxStorableClassID

int getMaxStorableClassID(int formatNum)
                          throws java.io.IOException,
                                 AutomationException
Returns the maximum storable feature class ID for the given format number.

Parameters:
formatNum - The formatNum (in)
Returns:
The maxClassID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createGeometricNetworkEx

IGeometricNetwork createGeometricNetworkEx(java.lang.String name,
                                           int networkType,
                                           boolean buildNormalizedTables,
                                           java.lang.String configKeyword,
                                           int formatNum)
                                           throws java.io.IOException,
                                                  AutomationException
Creates a new GeometricNetwork with a configuration keyword in this FeatureDataset.

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