|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEdgeConnectivityRule
Provides access to members that supply information about, modify and manage edge-edge connectivity rules.
Method Summary | |
---|---|
void |
addJunction(int classID,
int subtypeCode)
The permissible values for the associated attribute. |
boolean |
containsJunction(int classID,
int subtypeCode)
Indicates whether the specified junction class id is in the valid junction list. |
int |
getDefaultJunctionClassID()
The ID of the default junction feature class. |
int |
getDefaultJunctionSubtypeCode()
The subtype value of the default junction feature class. |
int |
getFromEdgeClassID()
The ID of the source NetworkEdge feature class. |
int |
getFromEdgeSubtypeCode()
The subtype value of the source NetworkEdge feature class. |
int |
getJunctionClassID(int index)
The specified permissible value for the associated attribute. |
int |
getJunctionCount()
The number of valid Junctions. |
void |
getJunctionInfo(int index,
int[] classID,
int[] subtypeCode)
The specified permissible value for the associated attribute. |
int |
getJunctionSubtypeCode(int index)
The specified permissible value for the associated attribute. |
int |
getToEdgeClassID()
The ID of the destination NetworkEdge feature class. |
int |
getToEdgeSubtypeCode()
The subtype value of the target NetworkEdge feature class. |
void |
setDefaultJunctionClassID(int classID)
The ID of the default junction feature class. |
void |
setDefaultJunctionSubtypeCode(int value)
The subtype value of the default junction feature class. |
void |
setFromEdgeClassID(int classID)
The ID of the source NetworkEdge feature class. |
void |
setFromEdgeSubtypeCode(int value)
The subtype value of the source NetworkEdge feature class. |
void |
setToEdgeClassID(int classID)
The ID of the destination NetworkEdge feature class. |
void |
setToEdgeSubtypeCode(int value)
The subtype value of the target NetworkEdge feature class. |
Methods inherited from interface com.esri.arcgis.geodatabase.IRule |
---|
getCategory, getHelpstring, getID, getType, setCategory, setHelpstring, setID |
Method Detail |
---|
int getDefaultJunctionClassID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultJunctionClassID(int classID) throws IOException, AutomationException
classID
- The classID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDefaultJunctionSubtypeCode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultJunctionSubtypeCode(int value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFromEdgeClassID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFromEdgeClassID(int classID) throws IOException, AutomationException
classID
- The classID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFromEdgeSubtypeCode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFromEdgeSubtypeCode(int value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getToEdgeClassID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToEdgeClassID(int classID) throws IOException, AutomationException
classID
- The classID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getToEdgeSubtypeCode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToEdgeSubtypeCode(int value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getJunctionCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getJunctionClassID(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getJunctionSubtypeCode(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addJunction(int classID, int subtypeCode) throws IOException, AutomationException
classID
- The classID (in)subtypeCode
- The subtypeCode (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean containsJunction(int classID, int subtypeCode) throws IOException, AutomationException
classID
- The classID (in)subtypeCode
- The subtypeCode (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getJunctionInfo(int index, int[] classID, int[] subtypeCode) throws IOException, AutomationException
index
- The index (in)classID
- The classID (out: use single element array)subtypeCode
- The subtypeCode (out: use single element array)
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 |