com.esri.arcgis.geodatabase
Class ITopologyErrorFeatureProxy

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

public class ITopologyErrorFeatureProxy
extends com.esri.arcgis.interop.Dispatch
implements ITopologyErrorFeature, java.io.Serializable

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

Description: 'Provides access to members that return information about topology errors.' 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.ITopologyErrorFeature
IID, IIDf6ef5c20_b9cc_4bfa_b40d_4f0abb83f3fa
 
Constructor Summary
  ITopologyErrorFeatureProxy()
          For internal use only
  ITopologyErrorFeatureProxy(java.lang.Object obj)
           
protected ITopologyErrorFeatureProxy(java.lang.Object obj, java.lang.String iid)
           
  ITopologyErrorFeatureProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ITopologyErrorFeatureProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 int getDestinationClassID()
          ObjectClassID of the destination feature that created the topology error.
 int getDestinationOID()
          ObjectID of the destination feature that created the topology error.
 int getErrorID()
          ID of the error.
 int getOriginClassID()
          ObjectClassID of the origin feature that created the topology error.
 int getOriginOID()
          ObjectID of the origin feature that created the topology error.
 int getShapeType()
          The geometry type of the topology error.
 IRule getTopologyRule()
          The topology rule that caused the topology error.
 int getTopologyRuleType()
          The Object Class for the row.
 boolean isDeleted()
          Indicates if this topology error feature has been deleted.
 boolean isException()
          Indicates if topology error is an exception.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 
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

noncastable

public boolean noncastable
Constructor Detail

ITopologyErrorFeatureProxy

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

ITopologyErrorFeatureProxy

public ITopologyErrorFeatureProxy()
For internal use only


ITopologyErrorFeatureProxy

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

ITopologyErrorFeatureProxy

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

ITopologyErrorFeatureProxy

protected ITopologyErrorFeatureProxy(java.lang.String CLSID,
                                     java.lang.String iid,
                                     java.lang.String host,
                                     com.esri.arcgis.interop.AuthInfo authInfo)
                              throws java.io.IOException
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
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
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getErrorID

public int getErrorID()
               throws java.io.IOException,
                      AutomationException
ID of the error.

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

isDeleted

public boolean isDeleted()
                  throws java.io.IOException,
                         AutomationException
Indicates if this topology error feature has been deleted.

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

getOriginOID

public int getOriginOID()
                 throws java.io.IOException,
                        AutomationException
ObjectID of the origin feature that created the topology error.

Specified by:
getOriginOID in interface ITopologyErrorFeature
Returns:
The oID
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
ObjectClassID of the origin feature that created the topology error.

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

getDestinationOID

public int getDestinationOID()
                      throws java.io.IOException,
                             AutomationException
ObjectID of the destination feature that created the topology error.

Specified by:
getDestinationOID in interface ITopologyErrorFeature
Returns:
The oID
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
ObjectClassID of the destination feature that created the topology error.

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

isException

public boolean isException()
                    throws java.io.IOException,
                           AutomationException
Indicates if topology error is an exception.

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

getTopologyRule

public IRule getTopologyRule()
                      throws java.io.IOException,
                             AutomationException
The topology rule that caused the topology error.

Specified by:
getTopologyRule in interface ITopologyErrorFeature
Returns:
A reference to a com.esri.arcgis.geodatabase.IRule
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
The Object Class for the row.

Specified by:
getTopologyRuleType in interface ITopologyErrorFeature
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.

getShapeType

public int getShapeType()
                 throws java.io.IOException,
                        AutomationException
The geometry type of the topology error.

Specified by:
getShapeType in interface ITopologyErrorFeature
Returns:
A com.esri.arcgis.geometry.esriGeometryType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.