com.esri.arcgis.schematic
Interface ISchematicAnalystFindPath

All Superinterfaces:
ISchematicAlgorithm, ISchematicAnalystTraceResult, java.io.Serializable
All Known Implementing Classes:
ISchematicAnalystFindPathProxy, SchematicAnalystFindPath

public interface ISchematicAnalystFindPath
extends ISchematicAnalystTraceResult, java.io.Serializable

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

Description: 'Provides access to members that control the Find Path 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 IID001f37b2_b382_4e7b_9fdd_a7b0b5bb7318
           
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
 java.lang.String getUserDataNameForLinkWeight()
          Name of the userdata that defines the links weight.
 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 Path trace result must be selected.
 boolean isSelectNode()
          Indicates if the schematic nodes that belong to the Find Path trace result must be selected.
 void setSelectLink(boolean selectLink)
          Indicates if the schematic links that belong to the Find Path trace result must be selected.
 void setSelectNode(boolean selectNode)
          Indicates if the schematic nodes that belong to the Find Path trace result must be selected.
 void setUserDataNameForLinkWeight(java.lang.String name)
          Name of the userdata that defines the links weight.
 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

IID001f37b2_b382_4e7b_9fdd_a7b0b5bb7318

static final int IID001f37b2_b382_4e7b_9fdd_a7b0b5bb7318
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 Path 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 Path 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 Path 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 Path 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.

getUserDataNameForLinkWeight

java.lang.String getUserDataNameForLinkWeight()
                                              throws java.io.IOException,
                                                     AutomationException
Name of the userdata that defines the links weight.

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

setUserDataNameForLinkWeight

void setUserDataNameForLinkWeight(java.lang.String name)
                                  throws java.io.IOException,
                                         AutomationException
Name of the userdata that defines the links weight.

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