|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPGeometricNetworkMembership
Provides access to members that describe the properties of a feature class' geometric network membership.
Method Summary | |
---|---|
String |
getAncillaryRoleFieldName()
The ancillary role field. |
String |
getEnabledFieldName()
The enabled field. |
String |
getGeometricNetworkName()
The name of the Geometric Network this feature participates in. |
int |
getNetworkAncillaryRole()
The possible network ancillary roles of the contained Features. |
void |
setAncillaryRoleFieldName(String fieldName)
The ancillary role field. |
void |
setEnabledFieldName(String fieldName)
The enabled field. |
void |
setGeometricNetworkName(String geometricNetworkName)
The name of the Geometric Network this feature participates in. |
void |
setNetworkAncillaryRole(int role)
The possible network ancillary roles of the contained Features. |
Method Detail |
---|
String getGeometricNetworkName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeometricNetworkName(String geometricNetworkName) throws IOException, AutomationException
geometricNetworkName
- The geometricNetworkName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNetworkAncillaryRole() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNetworkAncillaryRole(int role) throws IOException, AutomationException
role
- A com.esri.arcgis.geodatabase.esriNetworkClassAncillaryRole constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getEnabledFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEnabledFieldName(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAncillaryRoleFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAncillaryRoleFieldName(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (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 |