|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INetworkWorkspace2
Provides access to members that create and maintain information about logical networks.
Use the INetworkWorkspace2 interface when you want to create a logical network that is not associated with a geometric network. This interface differs from INetworkWorkspace in that the CreateNetwork method allows for the entry of a configuration keyword. The keyword is used by ArcSDE to determine what set of parameters from the dbtune file to employ.
| Method Summary | |
|---|---|
INetwork |
createNetworkEx(String networkName,
int networkType,
boolean buildNormalizedTables,
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 |
| Method Detail |
|---|
int getFormatNumberCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFormatNumber(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMaxStorableClassID(int formatNum)
throws IOException,
AutomationException
formatNum - The formatNum (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INetwork createNetworkEx(String networkName,
int networkType,
boolean buildNormalizedTables,
String configKeyword,
int formatNum)
throws 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)
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 | ||||||||