com.esri.arcgis.schematic
Interface ISchematicAnalystFindConnected

All Superinterfaces:
ISchematicAlgorithm, ISchematicAnalystTraceResult, java.io.Serializable
All Known Implementing Classes:
ISchematicAnalystFindConnectedProxy, SchematicAnalystFindConnected

public interface ISchematicAnalystFindConnected
extends ISchematicAnalystTraceResult, java.io.Serializable

COM Interface 'ISchematicAnalystFindConnected'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control the Find Connected trace analyst.' 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 IIDdfc33a90_8788_4e4e_b2a8_147573877b9e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAnalystTraceResult
IID1f1d4449_c600_4635_a03a_44d218636f0f
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
IIDbef20014_837c_4387_83ba_8523b7897a36
 
Method Summary
 int getFlowDirection()
          Type of flow direction.
 java.lang.String getUserDataNameOfForbiddenLinks()
          Name of the userdata that defines the forbidden links; that is, the links which prevent the detection from continuing beyond them.
 boolean isSelectLink()
          Indicates if the schematic links that belong to the Find Connected trace result must be selected.
 boolean isSelectNode()
          Indicates if the schematic nodes that belong to the Find Connected trace result must be selected.
 boolean isUseFlow()
          Indicates if the flow must be used to find the connected elements.
 void setFlowDirection(int flowDirection)
          Type of flow direction.
 void setSelectLink(boolean selectLink)
          Indicates if the schematic links that belong to the Find Connected trace result must be selected.
 void setSelectNode(boolean selectNode)
          Indicates if the schematic nodes that belong to the Find Connected trace result must be selected.
 void setUseFlow(boolean useFlow)
          Indicates if the flow must be used to find the connected elements.
 void setUserDataNameOfForbiddenLinks(java.lang.String name)
          Name of the userdata that defines the forbidden links; that is, the links which prevent the detection from continuing beyond them.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAnalystTraceResult
clearResult, getTraceResult
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
execute, getAlgorithmCLSID, getLabel, getPropertySet, getSchematicDiagramClassName, isAvailable, isEnabled, isOverridable, isUseEndNode, isUseRootNode, setAvailable, setLabel, setOverridable, setPropertySet, setSchematicDiagramClassNameByRef
 

Field Detail

IIDdfc33a90_8788_4e4e_b2a8_147573877b9e

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

isSelectNode

boolean isSelectNode()
                     throws java.io.IOException,
                            AutomationException
Indicates if the schematic nodes that belong to the Find Connected trace result must be selected.

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

setSelectNode

void setSelectNode(boolean selectNode)
                   throws java.io.IOException,
                          AutomationException
Indicates if the schematic nodes that belong to the Find Connected trace result must be selected.

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

isSelectLink

boolean isSelectLink()
                     throws java.io.IOException,
                            AutomationException
Indicates if the schematic links that belong to the Find Connected trace result must be selected.

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

setSelectLink

void setSelectLink(boolean selectLink)
                   throws java.io.IOException,
                          AutomationException
Indicates if the schematic links that belong to the Find Connected trace result must be selected.

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

getUserDataNameOfForbiddenLinks

java.lang.String getUserDataNameOfForbiddenLinks()
                                                 throws java.io.IOException,
                                                        AutomationException
Name of the userdata that defines the forbidden links; that is, the links which prevent the detection from continuing beyond them.

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

setUserDataNameOfForbiddenLinks

void setUserDataNameOfForbiddenLinks(java.lang.String name)
                                     throws java.io.IOException,
                                            AutomationException
Name of the userdata that defines the forbidden links; that is, the links which prevent the detection from continuing beyond them.

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

getFlowDirection

int getFlowDirection()
                     throws java.io.IOException,
                            AutomationException
Type of flow direction.

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

setFlowDirection

void setFlowDirection(int flowDirection)
                      throws java.io.IOException,
                             AutomationException
Type of flow direction.

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

isUseFlow

boolean isUseFlow()
                  throws java.io.IOException,
                         AutomationException
Indicates if the flow must be used to find the connected elements.

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

setUseFlow

void setUseFlow(boolean useFlow)
                throws java.io.IOException,
                       AutomationException
Indicates if the flow must be used to find the connected elements.

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