public interface IJunctionConnectivityRule extends IConnectivityRule, java.io.Serializable
Description: 'Provides access to members that supply information about, modify and manage junction-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 |
IIDf290d9e3_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 |
---|---|
int |
getEdgeClassID()
The ID of the NetworkEdge FeatureClass.
|
int |
getEdgeMaximumCardinality()
The maxnimum cardinality value of the NetworkEdge FeatureClass.
|
int |
getEdgeMinimumCardinality()
The minimum cardinality value of the NetworkEdge FeatureClass.
|
int |
getEdgeSubtypeCode()
The subtype value of the NetworkEdge FeatureClass.
|
int |
getJunctionClassID()
The ID of the NetworkJunction FeatureClass.
|
int |
getJunctionMaximumCardinality()
The maximum cardinality value of the NetworkJunction FeatureClass.
|
int |
getJunctionMinimumCardinality()
The minimum cardinality value of the NetworkJunction FeatureClass.
|
int |
getJunctionSubtypeCode()
The subtype value of the NetworkJunction FeatureClass.
|
void |
setEdgeClassID(int classID)
The ID of the NetworkEdge FeatureClass.
|
void |
setEdgeMaximumCardinality(int value)
The maxnimum cardinality value of the NetworkEdge FeatureClass.
|
void |
setEdgeMinimumCardinality(int value)
The minimum cardinality value of the NetworkEdge FeatureClass.
|
void |
setEdgeSubtypeCode(int value)
The subtype value of the NetworkEdge FeatureClass.
|
void |
setJunctionClassID(int classID)
The ID of the NetworkJunction FeatureClass.
|
void |
setJunctionMaximumCardinality(int value)
The maximum cardinality value of the NetworkJunction FeatureClass.
|
void |
setJunctionMinimumCardinality(int value)
The minimum cardinality value of the NetworkJunction FeatureClass.
|
void |
setJunctionSubtypeCode(int value)
The subtype value of the NetworkJunction FeatureClass.
|
getCategory, getHelpstring, getID, getType, setCategory, setHelpstring, setID
static final int IIDf290d9e3_58e5_11d2_ab26_000000000000
static final int xxDummy
static final java.lang.String IID
int getEdgeClassID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEdgeClassID(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 getEdgeSubtypeCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEdgeSubtypeCode(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 getEdgeMinimumCardinality() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEdgeMinimumCardinality(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 getEdgeMaximumCardinality() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEdgeMaximumCardinality(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 getJunctionClassID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setJunctionClassID(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 getJunctionSubtypeCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setJunctionSubtypeCode(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 getJunctionMinimumCardinality() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setJunctionMinimumCardinality(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 getJunctionMaximumCardinality() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setJunctionMaximumCardinality(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.