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 =
public class IEdgeConnectivityRuleProxy extends IConnectivityRuleProxy implements IEdgeConnectivityRule, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDf290d9e2_58e5_11d2_ab26_000000000000IIDf366a3fa_5362_11d2_ab1b_000000000000IID236f4de4_4761_11d2_9932_0000f80372b4| Modifier | Constructor and Description |
|---|---|
|
IEdgeConnectivityRuleProxy()
Deprecated.
For internal use only
|
|
IEdgeConnectivityRuleProxy(java.lang.Object obj)
Deprecated.
|
protected |
IEdgeConnectivityRuleProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IEdgeConnectivityRuleProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IEdgeConnectivityRuleProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addJunction(int classID,
int subtypeCode)
Deprecated.
The permissible values for the associated attribute.
|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
boolean |
containsJunction(int classID,
int subtypeCode)
Deprecated.
Indicates whether the specified junction class id is in the valid junction list.
|
int |
getDefaultJunctionClassID()
Deprecated.
The ID of the default junction feature class.
|
int |
getDefaultJunctionSubtypeCode()
Deprecated.
The subtype value of the default junction feature class.
|
int |
getFromEdgeClassID()
Deprecated.
The ID of the source NetworkEdge feature class.
|
int |
getFromEdgeSubtypeCode()
Deprecated.
The subtype value of the source NetworkEdge feature class.
|
int |
getJunctionClassID(int index)
Deprecated.
The specified permissible value for the associated attribute.
|
int |
getJunctionCount()
Deprecated.
The number of valid Junctions.
|
void |
getJunctionInfo(int index,
int[] classID,
int[] subtypeCode)
Deprecated.
The specified permissible value for the associated attribute.
|
int |
getJunctionSubtypeCode(int index)
Deprecated.
The specified permissible value for the associated attribute.
|
int |
getToEdgeClassID()
Deprecated.
The ID of the destination NetworkEdge feature class.
|
int |
getToEdgeSubtypeCode()
Deprecated.
The subtype value of the target NetworkEdge feature class.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setDefaultJunctionClassID(int classID)
Deprecated.
The ID of the default junction feature class.
|
void |
setDefaultJunctionSubtypeCode(int value)
Deprecated.
The subtype value of the default junction feature class.
|
void |
setFromEdgeClassID(int classID)
Deprecated.
The ID of the source NetworkEdge feature class.
|
void |
setFromEdgeSubtypeCode(int value)
Deprecated.
The subtype value of the source NetworkEdge feature class.
|
void |
setToEdgeClassID(int classID)
Deprecated.
The ID of the destination NetworkEdge feature class.
|
void |
setToEdgeSubtypeCode(int value)
Deprecated.
The subtype value of the target NetworkEdge feature class.
|
getCategory, getHelpstring, getID, getType, setCategory, setHelpstring, setIDbindUsingMoniker, 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, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCategory, getHelpstring, getID, getType, setCategory, setHelpstring, setIDpublic static final java.lang.Class targetClass
public boolean noncastable
public IEdgeConnectivityRuleProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IEdgeConnectivityRuleProxy()
public IEdgeConnectivityRuleProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IEdgeConnectivityRuleProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IEdgeConnectivityRuleProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class IConnectivityRuleProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class IConnectivityRuleProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic int getDefaultJunctionClassID()
throws java.io.IOException,
AutomationException
getDefaultJunctionClassID in interface IEdgeConnectivityRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDefaultJunctionClassID(int classID)
throws java.io.IOException,
AutomationException
setDefaultJunctionClassID in interface IEdgeConnectivityRuleclassID - The classID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getDefaultJunctionSubtypeCode()
throws java.io.IOException,
AutomationException
getDefaultJunctionSubtypeCode in interface IEdgeConnectivityRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDefaultJunctionSubtypeCode(int value)
throws java.io.IOException,
AutomationException
setDefaultJunctionSubtypeCode in interface IEdgeConnectivityRulevalue - The value (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getFromEdgeClassID()
throws java.io.IOException,
AutomationException
getFromEdgeClassID in interface IEdgeConnectivityRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFromEdgeClassID(int classID)
throws java.io.IOException,
AutomationException
setFromEdgeClassID in interface IEdgeConnectivityRuleclassID - The classID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getFromEdgeSubtypeCode()
throws java.io.IOException,
AutomationException
getFromEdgeSubtypeCode in interface IEdgeConnectivityRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFromEdgeSubtypeCode(int value)
throws java.io.IOException,
AutomationException
setFromEdgeSubtypeCode in interface IEdgeConnectivityRulevalue - The value (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getToEdgeClassID()
throws java.io.IOException,
AutomationException
getToEdgeClassID in interface IEdgeConnectivityRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setToEdgeClassID(int classID)
throws java.io.IOException,
AutomationException
setToEdgeClassID in interface IEdgeConnectivityRuleclassID - The classID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getToEdgeSubtypeCode()
throws java.io.IOException,
AutomationException
getToEdgeSubtypeCode in interface IEdgeConnectivityRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setToEdgeSubtypeCode(int value)
throws java.io.IOException,
AutomationException
setToEdgeSubtypeCode in interface IEdgeConnectivityRulevalue - The value (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getJunctionCount()
throws java.io.IOException,
AutomationException
getJunctionCount in interface IEdgeConnectivityRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getJunctionClassID(int index)
throws java.io.IOException,
AutomationException
getJunctionClassID in interface IEdgeConnectivityRuleindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getJunctionSubtypeCode(int index)
throws java.io.IOException,
AutomationException
getJunctionSubtypeCode in interface IEdgeConnectivityRuleindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void addJunction(int classID,
int subtypeCode)
throws java.io.IOException,
AutomationException
addJunction in interface IEdgeConnectivityRuleclassID - The classID (in)subtypeCode - The subtypeCode (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean containsJunction(int classID,
int subtypeCode)
throws java.io.IOException,
AutomationException
containsJunction in interface IEdgeConnectivityRuleclassID - The classID (in)subtypeCode - The subtypeCode (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getJunctionInfo(int index,
int[] classID,
int[] subtypeCode)
throws java.io.IOException,
AutomationException
getJunctionInfo in interface IEdgeConnectivityRuleindex - 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.