|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkWorkspace
Provides access to members that create and maintain information about logical networks.
INetworkUpdate
,
IForwardStar
,
IGraph
,
INetworkClass.getNetworkAncillaryRole()
,
INetworkWorkspace
,
INetworkClass.getGeometricNetwork()
,
INetworkClass.getFieldToWeightMapping(int)
,
IUtilityNetwork
,
INetwork
Method Summary | |
---|---|
INetwork |
createNetwork(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(String networkName,
int networkType,
int networkAccess)
Opens a logical network. |
Method Detail |
---|
INetwork createNetwork(String networkName, int networkType, boolean buildNormalizedTables) throws IOException, AutomationException
networkName
- The networkName (in)networkType
- A com.esri.arcgis.geodatabase.esriNetworkType constant (in)buildNormalizedTables
- The buildNormalizedTables (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INetwork openNetwork(String networkName, int networkType, int networkAccess) throws IOException, AutomationException
networkName
- The networkName (in)networkType
- A com.esri.arcgis.geodatabase.esriNetworkType constant (in)networkAccess
- A com.esri.arcgis.geodatabase.esriNetworkAccess constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumBSTR getNetworkNames() throws IOException, AutomationException
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 |