public interface ITopologyErrorFeature
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf6ef5c20_b9cc_4bfa_b40d_4f0abb83f3fa |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getDestinationClassID()
ObjectClassID of the destination feature that created the topology error.
|
long |
getDestinationOID()
ObjectID of the destination feature that created the topology error.
|
long |
getErrorID()
ID of the error.
|
int |
getOriginClassID()
ObjectClassID of the origin feature that created the topology error.
|
long |
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.
|
static final int IIDf6ef5c20_b9cc_4bfa_b40d_4f0abb83f3fa
static final int xxDummy
static final java.lang.String IID
long getErrorID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isDeleted() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.long getOriginOID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getOriginClassID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.long getDestinationOID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDestinationClassID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isException() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRule getTopologyRule() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTopologyRuleType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getShapeType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.