public interface IEdgeConnectivityRule extends IConnectivityRule, java.io.Serializable
Description: 'Provides access to members that supply information about, modify and manage edge-edge connectivity rules.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf290d9e2_58e5_11d2_ab26_000000000000 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDf366a3fa_5362_11d2_ab1b_000000000000
IID236f4de4_4761_11d2_9932_0000f80372b4
Modifier and Type | Method and Description |
---|---|
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.
|
getCategory, getHelpstring, getID, getType, setCategory, setHelpstring, setID
static final int IIDf290d9e2_58e5_11d2_ab26_000000000000
static final int xxDummy
static final java.lang.String IID
int getDefaultJunctionClassID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefaultJunctionClassID(int classID) throws java.io.IOException, AutomationException
classID
- The classID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDefaultJunctionSubtypeCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefaultJunctionSubtypeCode(int value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getFromEdgeClassID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFromEdgeClassID(int classID) throws java.io.IOException, AutomationException
classID
- The classID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getFromEdgeSubtypeCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFromEdgeSubtypeCode(int value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getToEdgeClassID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setToEdgeClassID(int classID) throws java.io.IOException, AutomationException
classID
- The classID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getToEdgeSubtypeCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setToEdgeSubtypeCode(int value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getJunctionCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getJunctionClassID(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getJunctionSubtypeCode(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addJunction(int classID, int subtypeCode) throws java.io.IOException, AutomationException
classID
- The classID (in)subtypeCode
- The subtypeCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean containsJunction(int classID, int subtypeCode) throws java.io.IOException, AutomationException
classID
- The classID (in)subtypeCode
- The subtypeCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getJunctionInfo(int index, int[] classID, int[] subtypeCode) throws java.io.IOException, AutomationException
index
- The index (in)classID
- The classID (out: use single element array)subtypeCode
- The subtypeCode (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.