|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicAnalystFindOverlappingLinks
Provides access to members that control the Find Overlapping Links trace analyst.
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.
ISchematicAlgoSeparateOverlappingLinks
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 |
---|
boolean isSelectNode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.com.esri.arcgis.schematic.ISchematicAlgoFindOverlappingLinks
void setSelectNode(boolean selectNode) throws IOException, AutomationException
selectNode
- The selectNode (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSelectLink() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.com.esri.arcgis.schematic.ISchematicAlgoFindOverlappingLinks
void setSelectLink(boolean selectLink) throws IOException, AutomationException
selectLink
- The selectLink (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getPrecision() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrecision(double precision) throws IOException, AutomationException
precision
- The precision (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |