com.esri.arcgis.schematic
Interface ISchematicAnalystFindOverlappingLinks

All Superinterfaces:
ISchematicAlgorithm, ISchematicAnalystTraceResult, Serializable
All Known Implementing Classes:
SchematicAnalystFindOverlappingLinks

public interface ISchematicAnalystFindOverlappingLinks
extends ISchematicAnalystTraceResult, Serializable

Provides access to members that control the Find Overlapping Links trace analyst.

Description

The Find Overlapping Links schematic analyst trace task detects all the schematic links contained in a schematic diagram that are overlapping.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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
 

Method Detail

isSelectNode

boolean isSelectNode()
                     throws IOException,
                            AutomationException
Indicates if the schematic nodes that belong to the Find Overlapping Links result must be selected.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setSelectNode

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isSelectLink

boolean isSelectLink()
                     throws IOException,
                            AutomationException
Indicates if the schematic links that belong to the Find Overlapping Links result must be selected.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setSelectLink

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getPrecision

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setPrecision

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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