com.esri.arcgis.geodatabase
Class ITopologyRuleProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.ITopologyRuleProxy
All Implemented Interfaces:
ITopologyRule, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ITopologyRule'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =

public class ITopologyRuleProxy
extends com.esri.arcgis.interop.Dispatch
implements ITopologyRule, 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.ITopologyRule
IID, IIDa53b59a5_2efc_41c4_9769_c0faa13e62e9
 
Constructor Summary
  ITopologyRuleProxy()
          Deprecated. For internal use only
  ITopologyRuleProxy(java.lang.Object obj)
          Deprecated.  
protected ITopologyRuleProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITopologyRuleProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITopologyRuleProxy(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.  
 void errorShapeTypes(boolean[] multipoints, boolean[] polylines, boolean[] polygons)
          Deprecated. Indicates the shape types of errors for the topology rule.
 int getDestinationClassID()
          Deprecated. Destination ClassID of the topology rule.
 int getDestinationSubtype()
          Deprecated. Destination subtype of the topology rule.
 java.lang.String getGUID()
          Deprecated. GUID of the topology rule.
 java.lang.String getName()
          Deprecated. Name of the topology rule.
 int getOriginClassID()
          Deprecated. Origin ClassID of the topology rule.
 int getOriginSubtype()
          Deprecated. Origin subtype of the topology rule.
 int getTopologyRuleType()
          Deprecated. Topology rule type of the topology rule.
 boolean isAllDestinationSubtypes()
          Deprecated. Indicates if all destination subtypes are specified for the topology rule.
 boolean isAllOriginSubtypes()
          Deprecated. Indicates if all origin subtypes are specified for the topology rule.
 boolean isDestinationSubtypeSpecified()
          Deprecated. Indicates if a destination subtype has been specified.
 boolean isOriginSubtypeSpecified()
          Deprecated. Indicates if an origin subtype has been specified.
 boolean isTriggerErrorEvents()
          Deprecated. Indicates if error events are triggered for the topology rule.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAllDestinationSubtypes(boolean allSubtypes)
          Deprecated. Indicates if all destination subtypes are specified for the topology rule.
 void setAllOriginSubtypes(boolean allSubtypes)
          Deprecated. Indicates if all origin subtypes are specified for the topology rule.
 void setDestinationClassID(int classID)
          Deprecated. Destination ClassID of the topology rule.
 void setDestinationSubtype(int subType)
          Deprecated. Destination subtype of the topology rule.
 void setName(java.lang.String name)
          Deprecated. Name of the topology rule.
 void setOriginClassID(int classID)
          Deprecated. Origin ClassID of the topology rule.
 void setOriginSubtype(int subType)
          Deprecated. Origin subtype of the topology rule.
 void setTopologyRuleType(int ruleType)
          Deprecated. Topology rule type of the topology rule.
 void setTriggerErrorEvents(boolean errorEvents)
          Deprecated. Indicates if error events are triggered for the topology rule.
 
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
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ITopologyRuleProxy

public ITopologyRuleProxy(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

ITopologyRuleProxy

public ITopologyRuleProxy()
Deprecated. 
For internal use only


ITopologyRuleProxy

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

ITopologyRuleProxy

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

ITopologyRuleProxy

protected ITopologyRuleProxy(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 com.esri.arcgis.interop.Dispatch
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 com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Name of the topology rule.

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

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Name of the topology rule.

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

getGUID

public java.lang.String getGUID()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
GUID of the topology rule.

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

getOriginClassID

public int getOriginClassID()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Origin ClassID of the topology rule.

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

setOriginClassID

public void setOriginClassID(int classID)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Origin ClassID of the topology rule.

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

getOriginSubtype

public int getOriginSubtype()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Origin subtype of the topology rule.

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

setOriginSubtype

public void setOriginSubtype(int subType)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Origin subtype of the topology rule.

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

getDestinationClassID

public int getDestinationClassID()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Destination ClassID of the topology rule.

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

setDestinationClassID

public void setDestinationClassID(int classID)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Destination ClassID of the topology rule.

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

getDestinationSubtype

public int getDestinationSubtype()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Destination subtype of the topology rule.

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

setDestinationSubtype

public void setDestinationSubtype(int subType)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Destination subtype of the topology rule.

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

getTopologyRuleType

public int getTopologyRuleType()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Topology rule type of the topology rule.

Specified by:
getTopologyRuleType in interface ITopologyRule
Returns:
A com.esri.arcgis.geodatabase.esriTopologyRuleType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTopologyRuleType

public void setTopologyRuleType(int ruleType)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Topology rule type of the topology rule.

Specified by:
setTopologyRuleType in interface ITopologyRule
Parameters:
ruleType - A com.esri.arcgis.geodatabase.esriTopologyRuleType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isTriggerErrorEvents

public boolean isTriggerErrorEvents()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates if error events are triggered for the topology rule.

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

setTriggerErrorEvents

public void setTriggerErrorEvents(boolean errorEvents)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if error events are triggered for the topology rule.

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

errorShapeTypes

public void errorShapeTypes(boolean[] multipoints,
                            boolean[] polylines,
                            boolean[] polygons)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates the shape types of errors for the topology rule.

Specified by:
errorShapeTypes in interface ITopologyRule
Parameters:
multipoints - The multipoints (out: use single element array)
polylines - The polylines (out: use single element array)
polygons - The polygons (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAllOriginSubtypes

public boolean isAllOriginSubtypes()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates if all origin subtypes are specified for the topology rule.

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

setAllOriginSubtypes

public void setAllOriginSubtypes(boolean allSubtypes)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if all origin subtypes are specified for the topology rule.

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

isAllDestinationSubtypes

public boolean isAllDestinationSubtypes()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates if all destination subtypes are specified for the topology rule.

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

setAllDestinationSubtypes

public void setAllDestinationSubtypes(boolean allSubtypes)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if all destination subtypes are specified for the topology rule.

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

isOriginSubtypeSpecified

public boolean isOriginSubtypeSpecified()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates if an origin subtype has been specified.

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

isDestinationSubtypeSpecified

public boolean isDestinationSubtypeSpecified()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Indicates if a destination subtype has been specified.

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