com.esri.arcgis.schematic
Interface ISchematicAlgoSeparateOverlappingLinks2

All Superinterfaces:
ISchematicAlgoSeparateOverlappingLinks, Serializable
All Known Implementing Classes:
ISchematicAlgoSeparateOverlappingLinks2Proxy, SchematicAlgoSeparateOverlappingLinks

public interface ISchematicAlgoSeparateOverlappingLinks2
extends ISchematicAlgoSeparateOverlappingLinks, Serializable

Provides access to members that control the Separate Overlapping Links schematic algorithm.

Description

This interface is new at ArcGIS 9.3. It supersedes ISchematicAlgoSeparateOverlappingLinks.

Product Availability

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


Method Summary
 boolean isUseOriginLinks()
          Indicates if the Separate Overlapping Links algorithm can work with links that are connected with sames extremities.
 void setUseOriginLinks(boolean pVal)
          Indicates if the Separate Overlapping Links algorithm can work with links that are connected with sames extremities.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAlgoSeparateOverlappingLinks
getBreakPointDistance, getShiftBetweenLinks, getStep, isAbsoluteParameters, isWorkOnUnvisibleObjects, setAbsoluteParameters, setBreakPointDistance, setShiftBetweenLinks, setStep, setWorkOnUnvisibleObjects
 

Method Detail

isUseOriginLinks

boolean isUseOriginLinks()
                         throws IOException,
                                AutomationException
Indicates if the Separate Overlapping Links algorithm can work with links that are connected with sames extremities.

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.

setUseOriginLinks

void setUseOriginLinks(boolean pVal)
                       throws IOException,
                              AutomationException
Indicates if the Separate Overlapping Links algorithm can work with links that are connected with sames extremities.

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.