com.esri.arcgis.schematic
Interface ISchematicAnalystFindOverlappingLinks

All Superinterfaces:
ISchematicAlgorithm, ISchematicAnalystTraceResult, java.io.Serializable
All Known Implementing Classes:
ISchematicAnalystFindOverlappingLinksProxy, SchematicAnalystFindOverlappingLinks

public interface ISchematicAnalystFindOverlappingLinks
extends ISchematicAnalystTraceResult, java.io.Serializable

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

Description: 'Provides access to members that control the Find Overlapping Links 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 IID96e71a7f_6e1b_430a_a822_260b57d85630
           
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
 double getPrecision()
          Threshold value beyond which two schematic link points are said to be non overlapping.
 boolean isSelectLink()
          Indicates if the schematic links that belong to the Find Overlapping Links result must be selected.
 boolean isSelectNode()
          Indicates if the schematic nodes that belong to the Find Overlapping Links result must be selected.
 void setPrecision(double precision)
          Threshold value beyond which two schematic link points are said to be non overlapping.
 void setSelectLink(boolean selectLink)
          Indicates if the schematic links that belong to the Find Overlapping Links result must be selected.
 void setSelectNode(boolean selectNode)
          Indicates if the schematic nodes that belong to the Find Overlapping Links result must be selected.
 
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

IID96e71a7f_6e1b_430a_a822_260b57d85630

static final int IID96e71a7f_6e1b_430a_a822_260b57d85630
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 Overlapping Links 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 Overlapping Links 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 Overlapping Links 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 Overlapping Links 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.

getPrecision

double getPrecision()
                    throws java.io.IOException,
                           AutomationException
Threshold value beyond which two schematic link points are said to be non overlapping.

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

setPrecision

void setPrecision(double precision)
                  throws java.io.IOException,
                         AutomationException
Threshold value beyond which two schematic link points are said to be non overlapping.

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