com.esri.arcgis.geodatabase
Interface IJunctionConnectivityRule2

All Superinterfaces:
IConnectivityRule, IJunctionConnectivityRule, IRule, Serializable
All Known Implementing Classes:
JunctionConnectivityRule

public interface IJunctionConnectivityRule2
extends IJunctionConnectivityRule, Serializable

Provides access to members that supply information about, modify and manage junction-edge connectivity rules.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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
 

Method Detail

isDefaultJunction

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setDefaultJunction

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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