|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDEGeometricNetwork
Provides access to members that describe geometric network data elements.
Method Summary | |
---|---|
IStringArray |
getFeatureClassNames()
The feature classes involved in the geometric network. |
int |
getNetworkType()
The type of associated logical network. |
IArray |
getNetworkWeights()
The weights of the geometric network. |
String |
getOrphanJunctionFeatureClassName()
The FeatureClass containing the OrphanJunctionFeatures. |
IArray |
getRules()
The connectivity rules associated with the network. |
IArray |
getWeightAssociations()
The weight associations of the geometric network. |
void |
setFeatureClassNamesByRef(IStringArray featureClassNames)
The feature classes involved in the geometric network. |
void |
setNetworkType(int type)
The type of associated logical network. |
void |
setNetworkWeightsByRef(IArray netWeights)
The weights of the geometric network. |
void |
setOrphanJunctionFeatureClassName(String featureClass)
The FeatureClass containing the OrphanJunctionFeatures. |
void |
setRulesByRef(IArray rules)
The connectivity rules associated with the network. |
void |
setWeightAssociationsByRef(IArray weightAssociations)
The weight associations of the geometric network. |
Method Detail |
---|
IArray getRules() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRulesByRef(IArray rules) throws IOException, AutomationException
rules
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNetworkType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNetworkType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriNetworkType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getOrphanJunctionFeatureClassName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOrphanJunctionFeatureClassName(String featureClass) throws IOException, AutomationException
featureClass
- The featureClass (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getFeatureClassNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureClassNamesByRef(IStringArray featureClassNames) throws IOException, AutomationException
featureClassNames
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getNetworkWeights() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNetworkWeightsByRef(IArray netWeights) throws IOException, AutomationException
netWeights
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getWeightAssociations() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWeightAssociationsByRef(IArray weightAssociations) throws IOException, AutomationException
weightAssociations
- A reference to a com.esri.arcgis.system.IArray (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 |