com.esri.arcgis.geodatabase
Interface IJunctionConnectivityRule2

All Superinterfaces:
IConnectivityRule, IJunctionConnectivityRule, IRule, java.io.Serializable
All Known Implementing Classes:
IJunctionConnectivityRule2Proxy, JunctionConnectivityRule

public interface IJunctionConnectivityRule2
extends IJunctionConnectivityRule, java.io.Serializable

COM Interface 'IJunctionConnectivityRule2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb93b7600_0feb_11d4_a063_00c04f6bdd84
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IJunctionConnectivityRule
IIDf290d9e3_58e5_11d2_ab26_000000000000
 
Fields inherited from interface com.esri.arcgis.geodatabase.IConnectivityRule
IIDf366a3fa_5362_11d2_ab1b_000000000000
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRule
IID236f4de4_4761_11d2_9932_0000f80372b4
 
Method Summary
 boolean isDefaultJunction()
          Indicates if the junction corresponds to the default junction.
 void setDefaultJunction(boolean isDefaultJunction)
          Indicates if the junction corresponds to the default junction.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IJunctionConnectivityRule
getEdgeClassID, getEdgeMaximumCardinality, getEdgeMinimumCardinality, getEdgeSubtypeCode, getJunctionClassID, getJunctionMaximumCardinality, getJunctionMinimumCardinality, getJunctionSubtypeCode, setEdgeClassID, setEdgeMaximumCardinality, setEdgeMinimumCardinality, setEdgeSubtypeCode, setJunctionClassID, setJunctionMaximumCardinality, setJunctionMinimumCardinality, setJunctionSubtypeCode
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRule
getCategory, getHelpstring, getID, getType, setCategory, setHelpstring, setID
 

Field Detail

IIDb93b7600_0feb_11d4_a063_00c04f6bdd84

static final int IIDb93b7600_0feb_11d4_a063_00c04f6bdd84
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isDefaultJunction

boolean isDefaultJunction()
                          throws java.io.IOException,
                                 AutomationException
Indicates if the junction corresponds to the default junction.

Returns:
The isDefaultJunction
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultJunction

void setDefaultJunction(boolean isDefaultJunction)
                        throws java.io.IOException,
                               AutomationException
Indicates if the junction corresponds to the default junction.

Parameters:
isDefaultJunction - The isDefaultJunction (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.