com.esri.arcgis.geodatabase
Class IJunctionConnectivityRuleProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IRuleProxy
          extended by com.esri.arcgis.geodatabase.IConnectivityRuleProxy
              extended by com.esri.arcgis.geodatabase.IJunctionConnectivityRuleProxy
All Implemented Interfaces:
IConnectivityRule, IJunctionConnectivityRule, IRule, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IJunctionConnectivityRule2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IJunctionConnectivityRule'. 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 =

public class IJunctionConnectivityRuleProxy
extends IConnectivityRuleProxy
implements IJunctionConnectivityRule, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geodatabase.IJunctionConnectivityRule
IID, 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
 
Constructor Summary
  IJunctionConnectivityRuleProxy()
          Deprecated. For internal use only
  IJunctionConnectivityRuleProxy(java.lang.Object obj)
          Deprecated.  
protected IJunctionConnectivityRuleProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IJunctionConnectivityRuleProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IJunctionConnectivityRuleProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 int getEdgeClassID()
          Deprecated. The ID of the NetworkEdge FeatureClass.
 int getEdgeMaximumCardinality()
          Deprecated. The maxnimum cardinality value of the NetworkEdge FeatureClass.
 int getEdgeMinimumCardinality()
          Deprecated. The minimum cardinality value of the NetworkEdge FeatureClass.
 int getEdgeSubtypeCode()
          Deprecated. The subtype value of the NetworkEdge FeatureClass.
 int getJunctionClassID()
          Deprecated. The ID of the NetworkJunction FeatureClass.
 int getJunctionMaximumCardinality()
          Deprecated. The maximum cardinality value of the NetworkJunction FeatureClass.
 int getJunctionMinimumCardinality()
          Deprecated. The minimum cardinality value of the NetworkJunction FeatureClass.
 int getJunctionSubtypeCode()
          Deprecated. The subtype value of the NetworkJunction FeatureClass.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setEdgeClassID(int classID)
          Deprecated. The ID of the NetworkEdge FeatureClass.
 void setEdgeMaximumCardinality(int value)
          Deprecated. The maxnimum cardinality value of the NetworkEdge FeatureClass.
 void setEdgeMinimumCardinality(int value)
          Deprecated. The minimum cardinality value of the NetworkEdge FeatureClass.
 void setEdgeSubtypeCode(int value)
          Deprecated. The subtype value of the NetworkEdge FeatureClass.
 void setJunctionClassID(int classID)
          Deprecated. The ID of the NetworkJunction FeatureClass.
 void setJunctionMaximumCardinality(int value)
          Deprecated. The maximum cardinality value of the NetworkJunction FeatureClass.
 void setJunctionMinimumCardinality(int value)
          Deprecated. The minimum cardinality value of the NetworkJunction FeatureClass.
 void setJunctionSubtypeCode(int value)
          Deprecated. The subtype value of the NetworkJunction FeatureClass.
 
Methods inherited from class com.esri.arcgis.geodatabase.IRuleProxy
getCategory, getHelpstring, getID, getType, setCategory, setHelpstring, setID
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRule
getCategory, getHelpstring, getID, getType, setCategory, setHelpstring, setID
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IJunctionConnectivityRuleProxy

public IJunctionConnectivityRuleProxy(java.lang.String CLSID,
                                      java.lang.String host,
                                      com.esri.arcgis.interop.AuthInfo authInfo)
                               throws java.net.UnknownHostException,
                                      java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IJunctionConnectivityRuleProxy

public IJunctionConnectivityRuleProxy()
Deprecated. 
For internal use only


IJunctionConnectivityRuleProxy

public IJunctionConnectivityRuleProxy(java.lang.Object obj)
                               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IJunctionConnectivityRuleProxy

protected IJunctionConnectivityRuleProxy(java.lang.Object obj,
                                         java.lang.String iid)
                                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IJunctionConnectivityRuleProxy

protected IJunctionConnectivityRuleProxy(java.lang.String CLSID,
                                         java.lang.String iid,
                                         java.lang.String host,
                                         com.esri.arcgis.interop.AuthInfo authInfo)
                                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class IConnectivityRuleProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class IConnectivityRuleProxy
Throws:
java.io.IOException

getEdgeClassID

public int getEdgeClassID()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The ID of the NetworkEdge FeatureClass.

Specified by:
getEdgeClassID in interface IJunctionConnectivityRule
Returns:
The classID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEdgeClassID

public void setEdgeClassID(int classID)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The ID of the NetworkEdge FeatureClass.

Specified by:
setEdgeClassID in interface IJunctionConnectivityRule
Parameters:
classID - The classID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEdgeSubtypeCode

public int getEdgeSubtypeCode()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The subtype value of the NetworkEdge FeatureClass.

Specified by:
getEdgeSubtypeCode in interface IJunctionConnectivityRule
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEdgeSubtypeCode

public void setEdgeSubtypeCode(int value)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The subtype value of the NetworkEdge FeatureClass.

Specified by:
setEdgeSubtypeCode in interface IJunctionConnectivityRule
Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEdgeMinimumCardinality

public int getEdgeMinimumCardinality()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The minimum cardinality value of the NetworkEdge FeatureClass.

Specified by:
getEdgeMinimumCardinality in interface IJunctionConnectivityRule
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEdgeMinimumCardinality

public void setEdgeMinimumCardinality(int value)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The minimum cardinality value of the NetworkEdge FeatureClass.

Specified by:
setEdgeMinimumCardinality in interface IJunctionConnectivityRule
Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEdgeMaximumCardinality

public int getEdgeMaximumCardinality()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The maxnimum cardinality value of the NetworkEdge FeatureClass.

Specified by:
getEdgeMaximumCardinality in interface IJunctionConnectivityRule
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEdgeMaximumCardinality

public void setEdgeMaximumCardinality(int value)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The maxnimum cardinality value of the NetworkEdge FeatureClass.

Specified by:
setEdgeMaximumCardinality in interface IJunctionConnectivityRule
Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJunctionClassID

public int getJunctionClassID()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The ID of the NetworkJunction FeatureClass.

Specified by:
getJunctionClassID in interface IJunctionConnectivityRule
Returns:
The classID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJunctionClassID

public void setJunctionClassID(int classID)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The ID of the NetworkJunction FeatureClass.

Specified by:
setJunctionClassID in interface IJunctionConnectivityRule
Parameters:
classID - The classID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJunctionSubtypeCode

public int getJunctionSubtypeCode()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The subtype value of the NetworkJunction FeatureClass.

Specified by:
getJunctionSubtypeCode in interface IJunctionConnectivityRule
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJunctionSubtypeCode

public void setJunctionSubtypeCode(int value)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The subtype value of the NetworkJunction FeatureClass.

Specified by:
setJunctionSubtypeCode in interface IJunctionConnectivityRule
Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJunctionMinimumCardinality

public int getJunctionMinimumCardinality()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The minimum cardinality value of the NetworkJunction FeatureClass.

Specified by:
getJunctionMinimumCardinality in interface IJunctionConnectivityRule
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJunctionMinimumCardinality

public void setJunctionMinimumCardinality(int value)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The minimum cardinality value of the NetworkJunction FeatureClass.

Specified by:
setJunctionMinimumCardinality in interface IJunctionConnectivityRule
Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJunctionMaximumCardinality

public int getJunctionMaximumCardinality()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The maximum cardinality value of the NetworkJunction FeatureClass.

Specified by:
getJunctionMaximumCardinality in interface IJunctionConnectivityRule
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJunctionMaximumCardinality

public void setJunctionMaximumCardinality(int value)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The maximum cardinality value of the NetworkJunction FeatureClass.

Specified by:
setJunctionMaximumCardinality in interface IJunctionConnectivityRule
Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.