|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkCollection
Provides access to members that create and maintain information about geometric networks.
The INetworkCollection interface provides access to the geometric networks in the feature dataset, and also lets you create them.
Note that if your intention is only to browse for the set of networks in a feature dataset then it is not necessary to open the feature dataset and invoke methods on INetworkCollection. The GeometricNetworkNames method on a FeatureDatasetName object can be used to efficiently obtain this information.
Method Summary | |
---|---|
IGeometricNetwork |
createGeometricNetwork(String name,
int networkType,
boolean buildNormalizedTables)
Creates a new GeometricNetwork in this FeatureDataset. |
IGeometricNetwork |
getGeometricNetwork(int index)
The GeometricNetwork associated with the specified index value. |
IGeometricNetwork |
getGeometricNetworkByName(String name)
The GeometricNetwork with the specified Name. |
int |
getGeometricNetworkCount()
The number of GeometricNetworks in this FeatureDataset. |
Method Detail |
---|
int getGeometricNetworkCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometricNetwork getGeometricNetwork(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometricNetwork getGeometricNetworkByName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometricNetwork createGeometricNetwork(String name, int networkType, boolean buildNormalizedTables) throws IOException, AutomationException
name
- The name (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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |