public class ITopologyRuleProxy extends com.esri.arcgis.interop.Dispatch implements ITopologyRule, java.io.Serializable
Description: 'Provides access to memebers that return information about topology 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 |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDa53b59a5_2efc_41c4_9769_c0faa13e62e9| Modifier | Constructor and Description |
|---|---|
|
ITopologyRuleProxy()
For internal use only
|
|
ITopologyRuleProxy(java.lang.Object obj) |
protected |
ITopologyRuleProxy(java.lang.Object obj,
java.lang.String iid) |
|
ITopologyRuleProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
ITopologyRuleProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
errorShapeTypes(boolean[] multipoints,
boolean[] polylines,
boolean[] polygons)
Indicates the shape types of errors for the topology rule.
|
int |
getDestinationClassID()
Destination ClassID of the topology rule.
|
int |
getDestinationSubtype()
Destination subtype of the topology rule.
|
java.lang.String |
getGUID()
GUID of the topology rule.
|
java.lang.String |
getName()
Name of the topology rule.
|
int |
getOriginClassID()
Origin ClassID of the topology rule.
|
int |
getOriginSubtype()
Origin subtype of the topology rule.
|
int |
getTopologyRuleType()
Topology rule type of the topology rule.
|
boolean |
isAllDestinationSubtypes()
Indicates if all destination subtypes are specified for the topology rule.
|
boolean |
isAllOriginSubtypes()
Indicates if all origin subtypes are specified for the topology rule.
|
boolean |
isDestinationSubtypeSpecified()
Indicates if a destination subtype has been specified.
|
boolean |
isOriginSubtypeSpecified()
Indicates if an origin subtype has been specified.
|
boolean |
isTriggerErrorEvents()
Indicates if error events are triggered for the topology rule.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
setAllDestinationSubtypes(boolean allSubtypes)
Indicates if all destination subtypes are specified for the topology rule.
|
void |
setAllOriginSubtypes(boolean allSubtypes)
Indicates if all origin subtypes are specified for the topology rule.
|
void |
setDestinationClassID(int classID)
Destination ClassID of the topology rule.
|
void |
setDestinationSubtype(int subType)
Destination subtype of the topology rule.
|
void |
setName(java.lang.String name)
Name of the topology rule.
|
void |
setOriginClassID(int classID)
Origin ClassID of the topology rule.
|
void |
setOriginSubtype(int subType)
Origin subtype of the topology rule.
|
void |
setTopologyRuleType(int ruleType)
Topology rule type of the topology rule.
|
void |
setTriggerErrorEvents(boolean errorEvents)
Indicates if error events are triggered for the topology rule.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public ITopologyRuleProxy(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 ITopologyRuleProxy()
public ITopologyRuleProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ITopologyRuleProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ITopologyRuleProxy(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 com.esri.arcgis.interop.DispatchiidStr - 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 com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface ITopologyRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
setName in interface ITopologyRulename - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getGUID()
throws java.io.IOException,
AutomationException
getGUID in interface ITopologyRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getOriginClassID()
throws java.io.IOException,
AutomationException
getOriginClassID in interface ITopologyRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setOriginClassID(int classID)
throws java.io.IOException,
AutomationException
setOriginClassID in interface ITopologyRuleclassID - The classID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getOriginSubtype()
throws java.io.IOException,
AutomationException
getOriginSubtype in interface ITopologyRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setOriginSubtype(int subType)
throws java.io.IOException,
AutomationException
setOriginSubtype in interface ITopologyRulesubType - The subType (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getDestinationClassID()
throws java.io.IOException,
AutomationException
getDestinationClassID in interface ITopologyRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDestinationClassID(int classID)
throws java.io.IOException,
AutomationException
setDestinationClassID in interface ITopologyRuleclassID - The classID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getDestinationSubtype()
throws java.io.IOException,
AutomationException
getDestinationSubtype in interface ITopologyRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDestinationSubtype(int subType)
throws java.io.IOException,
AutomationException
setDestinationSubtype in interface ITopologyRulesubType - The subType (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getTopologyRuleType()
throws java.io.IOException,
AutomationException
getTopologyRuleType in interface ITopologyRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTopologyRuleType(int ruleType)
throws java.io.IOException,
AutomationException
setTopologyRuleType in interface ITopologyRuleruleType - A com.esri.arcgis.geodatabase.esriTopologyRuleType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isTriggerErrorEvents()
throws java.io.IOException,
AutomationException
isTriggerErrorEvents in interface ITopologyRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTriggerErrorEvents(boolean errorEvents)
throws java.io.IOException,
AutomationException
setTriggerErrorEvents in interface ITopologyRuleerrorEvents - The errorEvents (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void errorShapeTypes(boolean[] multipoints,
boolean[] polylines,
boolean[] polygons)
throws java.io.IOException,
AutomationException
errorShapeTypes in interface ITopologyRulemultipoints - The multipoints (out: use single element array)polylines - The polylines (out: use single element array)polygons - The polygons (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isAllOriginSubtypes()
throws java.io.IOException,
AutomationException
isAllOriginSubtypes in interface ITopologyRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setAllOriginSubtypes(boolean allSubtypes)
throws java.io.IOException,
AutomationException
setAllOriginSubtypes in interface ITopologyRuleallSubtypes - The allSubtypes (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isAllDestinationSubtypes()
throws java.io.IOException,
AutomationException
isAllDestinationSubtypes in interface ITopologyRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setAllDestinationSubtypes(boolean allSubtypes)
throws java.io.IOException,
AutomationException
setAllDestinationSubtypes in interface ITopologyRuleallSubtypes - The allSubtypes (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isOriginSubtypeSpecified()
throws java.io.IOException,
AutomationException
isOriginSubtypeSpecified in interface ITopologyRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isDestinationSubtypeSpecified()
throws java.io.IOException,
AutomationException
isDestinationSubtypeSpecified in interface ITopologyRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.