|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkWorkspace2
COM Interface 'INetworkWorkspace2'. 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 |
IID33978fff_118d_11d4_a0e7_00c04f6bdf0e
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkWorkspace |
---|
IID4700c2e0_2e11_11d1_b24e_0000f878229e |
Method Summary | |
---|---|
INetwork |
createNetworkEx(java.lang.String networkName,
int networkType,
boolean buildNormalizedTables,
java.lang.String configKeyword,
int formatNum)
Creates a logical network based on the specified configuration keyword. |
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.INetworkWorkspace |
---|
createNetwork, getNetworkNames, openNetwork |
Field Detail |
---|
static final int IID33978fff_118d_11d4_a0e7_00c04f6bdf0e
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getFormatNumberCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFormatNumber(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxStorableClassID(int formatNum) throws java.io.IOException, AutomationException
formatNum
- The formatNum (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INetwork createNetworkEx(java.lang.String networkName, int networkType, boolean buildNormalizedTables, java.lang.String configKeyword, int formatNum) throws java.io.IOException, AutomationException
networkName
- The networkName (in)networkType
- A com.esri.arcgis.geodatabase.esriNetworkType constant (in)buildNormalizedTables
- The buildNormalizedTables (in)configKeyword
- The configKeyword (in)formatNum
- The formatNum (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 |