com.esri.arcgis.schematic
Interface ISchematicAnalystFindOverlappingLinks

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicAnalystFindOverlappingLinksProxy, SchematicAnalystFindOverlappingLinks

public interface ISchematicAnalystFindOverlappingLinks
extends Serializable

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

Description

The Find Overlapping Links searches for the links that are currently overlapping in the active schematic diagram and highlights them.

NOTE: Two links are said to be overlapping when they are connected to the same origin and extremity nodes, have the same number of link points and all those link points overlap.

Product Availability

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

See Also:
ISchematicAlgoSeparateOverlappingLinks

Method Summary
 double getPrecision()
          Threshold value beyond which two graphic link points are said to be non overlapping.
 boolean isSelectLink()
          Indicates if the graphic links that belong to the Find Overlapping Links result must be selected.
 boolean isSelectNode()
          Indicates if the graphic nodes that belong to the Find Overlapping Links result must be selected.
 void setPrecision(double pVal)
          Threshold value beyond which two graphic link points are said to be non overlapping.
 void setSelectLink(boolean pVal)
          Indicates if the graphic links that belong to the Find Overlapping Links result must be selected.
 void setSelectNode(boolean pVal)
          Indicates if the graphic nodes that belong to the Find Overlapping Links result must be selected.
 

Method Detail

isSelectNode

boolean isSelectNode()
                     throws IOException,
                            AutomationException
Indicates if the graphic 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 pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
com.esri.arcgis.schematic.ISchematicAlgoFindOverlappingLinks

setSelectNode

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

Product Availability

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

Parameters:
pVal - The pVal (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 graphic 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 pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
com.esri.arcgis.schematic.ISchematicAlgoFindOverlappingLinks

setSelectLink

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

Product Availability

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

Parameters:
pVal - The pVal (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 graphic link points are said to be non overlapping.

Product Availability

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

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

setPrecision

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

Product Availability

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

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