com.esri.arcgis.geodatabase
Interface ITopologyErrorFeature

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITopologyErrorFeatureProxy, TopologyErrorFeature

public interface ITopologyErrorFeature
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf6ef5c20_b9cc_4bfa_b40d_4f0abb83f3fa
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDf6ef5c20_b9cc_4bfa_b40d_4f0abb83f3fa

static final int IIDf6ef5c20_b9cc_4bfa_b40d_4f0abb83f3fa
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getErrorID

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

Returns:
The iD
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDeleted

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

Returns:
The deleted
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOriginOID

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

Returns:
The oID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOriginClassID

int getOriginClassID()
                     throws java.io.IOException,
                            AutomationException
ObjectClassID of the origin feature that created the topology error.

Returns:
The classID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDestinationOID

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

Returns:
The oID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDestinationClassID

int getDestinationClassID()
                          throws java.io.IOException,
                                 AutomationException
ObjectClassID of the destination feature that created the topology error.

Returns:
The classID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isException

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

Returns:
The exception
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTopologyRule

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

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

int getTopologyRuleType()
                        throws java.io.IOException,
                               AutomationException
The Object Class for the row.

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

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

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.