com.esri.arcgis.carto
Interface ITopologyErrorSelection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITopologyErrorSelectionProxy, TopologyLayer

public interface ITopologyErrorSelection
extends java.io.Serializable

COM Interface 'ITopologyErrorSelection'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control topology selection.' 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 IID82e0d83a_8bc3_4eee_9cc9_95775ab39ba9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getRuleType(int index)
          The topology rule type.
 int getRuleTypeCount()
          The number of rule types in the topology.
 boolean isSelectable(int index)
          Indicates if errors of a given rule type are selectable.
 boolean isSelectErrors()
          Indicates if errors are selectable.
 boolean isSelectExceptions()
          Indicates if exceptions are selectable.
 void setSelectable(int index, boolean sel)
          Indicates if errors of a given rule type are selectable.
 void setSelectErrors(boolean sel)
          Indicates if errors are selectable.
 void setSelectExceptions(boolean sel)
          Indicates if exceptions are selectable.
 

Field Detail

IID82e0d83a_8bc3_4eee_9cc9_95775ab39ba9

static final int IID82e0d83a_8bc3_4eee_9cc9_95775ab39ba9
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

getRuleTypeCount

int getRuleTypeCount()
                     throws java.io.IOException,
                            AutomationException
The number of rule types in the topology.

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

getRuleType

int getRuleType(int index)
                throws java.io.IOException,
                       AutomationException
The topology rule type.

Parameters:
index - The index (in)
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.

setSelectable

void setSelectable(int index,
                   boolean sel)
                   throws java.io.IOException,
                          AutomationException
Indicates if errors of a given rule type are selectable.

Parameters:
index - The index (in)
sel - The sel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSelectable

boolean isSelectable(int index)
                     throws java.io.IOException,
                            AutomationException
Indicates if errors of a given rule type are selectable.

Parameters:
index - The index (in)
Returns:
The sel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSelectExceptions

boolean isSelectExceptions()
                           throws java.io.IOException,
                                  AutomationException
Indicates if exceptions are selectable.

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

setSelectExceptions

void setSelectExceptions(boolean sel)
                         throws java.io.IOException,
                                AutomationException
Indicates if exceptions are selectable.

Parameters:
sel - The sel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSelectErrors

boolean isSelectErrors()
                       throws java.io.IOException,
                              AutomationException
Indicates if errors are selectable.

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

setSelectErrors

void setSelectErrors(boolean sel)
                     throws java.io.IOException,
                            AutomationException
Indicates if errors are selectable.

Parameters:
sel - The sel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.