com.esri.arcgis.schematic
Class ISchematicAlgoLinearDispatchProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.schematic.ISchematicAlgorithmProxy
          extended by com.esri.arcgis.schematic.ISchematicAlgoLinearDispatchProxy
All Implemented Interfaces:
ISchematicAlgoLinearDispatch, ISchematicAlgorithm, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ISchematicAlgoLinearDispatch'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control the Linear Dispatch schematic algorithm.' 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 =

public class ISchematicAlgoLinearDispatchProxy
extends ISchematicAlgorithmProxy
implements ISchematicAlgoLinearDispatch, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAlgoLinearDispatch
IID, IIDa9f03517_9838_42c0_8941_6891d9a43d9e
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
IIDbef20014_837c_4387_83ba_8523b7897a36
 
Constructor Summary
  ISchematicAlgoLinearDispatchProxy()
          Deprecated. For internal use only
  ISchematicAlgoLinearDispatchProxy(java.lang.Object obj)
          Deprecated.  
protected ISchematicAlgoLinearDispatchProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ISchematicAlgoLinearDispatchProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ISchematicAlgoLinearDispatchProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 double getAttractionFactor()
          Deprecated. Factor used to quickly increase the schematic nodes displacement for nodes that are very close.
 double getLeaveMaximalShift()
          Deprecated. Maximum distance the leave nodes must be spaced from the nodes that they connect when they are authorized to be moved during the algorithm execution.
 double getMaximalShift()
          Deprecated. Maximum distance the nodes with degree 2 must be spaced from their link extremity after the algorithm execution.
 double getMinimalShift()
          Deprecated. Minimum distance the nodes with degree 2 must be spaced from their link extremity after the algorithm execution.
 int getNodesMovements()
          Deprecated. Node placement option for the layout.
 int getNumberOfIterations()
          Deprecated. Number of Linear Dispatch algorithm iterations that will be executed before the final result is shown.
 boolean isAbsoluteParameters()
          Deprecated. Indicates if the values set for the distance parameters must be interpreted as absolute units.
 boolean isMoveNodeDeg1()
          Deprecated. Indicates if the leave nodes (that is, the node with degree 1) can be moved during the algorithm execution.
 boolean isNotMoveNodeDeg3()
          Deprecated. Indicates if the nodes with degree 3 can not be moved during the algorithm execution.
 boolean isPathPreservation()
          Deprecated. Indicates if the path for the incident links related to the moved nodes is preserved during the algorithm execution.
 boolean isTranslateLeaf()
          Deprecated. Indicates if the leaf connected to the path must be moved.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAbsoluteParameters(boolean pVal)
          Deprecated. Indicates if the values set for the distance parameters must be interpreted as absolute units.
 void setAttractionFactor(double pVal)
          Deprecated. Factor used to quickly increase the schematic nodes displacement for nodes that are very close.
 void setLeaveMaximalShift(double pVal)
          Deprecated. Maximum distance the leave nodes must be spaced from the nodes that they connect when they are authorized to be moved during the algorithm execution.
 void setMaximalShift(double pVal)
          Deprecated. Maximum distance the nodes with degree 2 must be spaced from their link extremity after the algorithm execution.
 void setMinimalShift(double pVal)
          Deprecated. Minimum distance the nodes with degree 2 must be spaced from their link extremity after the algorithm execution.
 void setMoveNodeDeg1(boolean pVal)
          Deprecated. Indicates if the leave nodes (that is, the node with degree 1) can be moved during the algorithm execution.
 void setNodesMovements(int pVal)
          Deprecated. Node placement option for the layout.
 void setNotMoveNodeDeg3(boolean pVal)
          Deprecated. Indicates if the nodes with degree 3 can not be moved during the algorithm execution.
 void setNumberOfIterations(int pVal)
          Deprecated. Number of Linear Dispatch algorithm iterations that will be executed before the final result is shown.
 void setPathPreservation(boolean pVal)
          Deprecated. Indicates if the path for the incident links related to the moved nodes is preserved during the algorithm execution.
 void setTranslateLeaf(boolean pVal)
          Deprecated. Indicates if the leaf connected to the path must be moved.
 
Methods inherited from class com.esri.arcgis.schematic.ISchematicAlgorithmProxy
execute, getAlgorithmCLSID, getLabel, getPropertySet, getSchematicDiagramClassName, isAvailable, isEnabled, isOverridable, isUseEndNode, isUseRootNode, setAvailable, setLabel, setOverridable, setPropertySet, setSchematicDiagramClassNameByRef
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ISchematicAlgoLinearDispatchProxy

public ISchematicAlgoLinearDispatchProxy(java.lang.String CLSID,
                                         java.lang.String host,
                                         com.esri.arcgis.interop.AuthInfo authInfo)
                                  throws java.net.UnknownHostException,
                                         java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ISchematicAlgoLinearDispatchProxy

public ISchematicAlgoLinearDispatchProxy()
Deprecated. 
For internal use only


ISchematicAlgoLinearDispatchProxy

public ISchematicAlgoLinearDispatchProxy(java.lang.Object obj)
                                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISchematicAlgoLinearDispatchProxy

protected ISchematicAlgoLinearDispatchProxy(java.lang.Object obj,
                                            java.lang.String iid)
                                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISchematicAlgoLinearDispatchProxy

protected ISchematicAlgoLinearDispatchProxy(java.lang.String CLSID,
                                            java.lang.String iid,
                                            java.lang.String host,
                                            com.esri.arcgis.interop.AuthInfo authInfo)
                                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class ISchematicAlgorithmProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class ISchematicAlgorithmProxy
Throws:
java.io.IOException

isTranslateLeaf

public boolean isTranslateLeaf()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if the leaf connected to the path must be moved.

Specified by:
isTranslateLeaf in interface ISchematicAlgoLinearDispatch
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTranslateLeaf

public void setTranslateLeaf(boolean pVal)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if the leaf connected to the path must be moved.

Specified by:
setTranslateLeaf in interface ISchematicAlgoLinearDispatch
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isPathPreservation

public boolean isPathPreservation()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if the path for the incident links related to the moved nodes is preserved during the algorithm execution.

Specified by:
isPathPreservation in interface ISchematicAlgoLinearDispatch
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPathPreservation

public void setPathPreservation(boolean pVal)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the path for the incident links related to the moved nodes is preserved during the algorithm execution.

Specified by:
setPathPreservation in interface ISchematicAlgoLinearDispatch
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isMoveNodeDeg1

public boolean isMoveNodeDeg1()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the leave nodes (that is, the node with degree 1) can be moved during the algorithm execution.

Specified by:
isMoveNodeDeg1 in interface ISchematicAlgoLinearDispatch
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMoveNodeDeg1

public void setMoveNodeDeg1(boolean pVal)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the leave nodes (that is, the node with degree 1) can be moved during the algorithm execution.

Specified by:
setMoveNodeDeg1 in interface ISchematicAlgoLinearDispatch
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isNotMoveNodeDeg3

public boolean isNotMoveNodeDeg3()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if the nodes with degree 3 can not be moved during the algorithm execution.

Specified by:
isNotMoveNodeDeg3 in interface ISchematicAlgoLinearDispatch
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNotMoveNodeDeg3

public void setNotMoveNodeDeg3(boolean pVal)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if the nodes with degree 3 can not be moved during the algorithm execution.

Specified by:
setNotMoveNodeDeg3 in interface ISchematicAlgoLinearDispatch
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLeaveMaximalShift

public double getLeaveMaximalShift()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Maximum distance the leave nodes must be spaced from the nodes that they connect when they are authorized to be moved during the algorithm execution.

Specified by:
getLeaveMaximalShift in interface ISchematicAlgoLinearDispatch
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLeaveMaximalShift

public void setLeaveMaximalShift(double pVal)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Maximum distance the leave nodes must be spaced from the nodes that they connect when they are authorized to be moved during the algorithm execution.

Specified by:
setLeaveMaximalShift in interface ISchematicAlgoLinearDispatch
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinimalShift

public double getMinimalShift()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Minimum distance the nodes with degree 2 must be spaced from their link extremity after the algorithm execution. Must be set only when the NodesMovement type is esriSchematicUserDefineDistance.

Specified by:
getMinimalShift in interface ISchematicAlgoLinearDispatch
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinimalShift

public void setMinimalShift(double pVal)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Minimum distance the nodes with degree 2 must be spaced from their link extremity after the algorithm execution. Must be set only when the NodesMovement type is esriSchematicUserDefineDistance.

Specified by:
setMinimalShift in interface ISchematicAlgoLinearDispatch
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaximalShift

public double getMaximalShift()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Maximum distance the nodes with degree 2 must be spaced from their link extremity after the algorithm execution. When this distance is reached, nodes are not moved anymore. Must be set only when the NodesMovement type is esriSchematicIterativeDistance.

Specified by:
getMaximalShift in interface ISchematicAlgoLinearDispatch
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaximalShift

public void setMaximalShift(double pVal)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Maximum distance the nodes with degree 2 must be spaced from their link extremity after the algorithm execution. When this distance is reached, nodes are not moved anymore. Must be set only when the NodesMovement type is esriSchematicIterativeDistance.

Specified by:
setMaximalShift in interface ISchematicAlgoLinearDispatch
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNodesMovements

public int getNodesMovements()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Node placement option for the layout.

Specified by:
getNodesMovements in interface ISchematicAlgoLinearDispatch
Returns:
A com.esri.arcgis.schematic.esriSchematicMovementType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNodesMovements

public void setNodesMovements(int pVal)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Node placement option for the layout.

Specified by:
setNodesMovements in interface ISchematicAlgoLinearDispatch
Parameters:
pVal - A com.esri.arcgis.schematic.esriSchematicMovementType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAttractionFactor

public double getAttractionFactor()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Factor used to quickly increase the schematic nodes displacement for nodes that are very close.

Specified by:
getAttractionFactor in interface ISchematicAlgoLinearDispatch
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAttractionFactor

public void setAttractionFactor(double pVal)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Factor used to quickly increase the schematic nodes displacement for nodes that are very close.

Specified by:
setAttractionFactor in interface ISchematicAlgoLinearDispatch
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNumberOfIterations

public int getNumberOfIterations()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Number of Linear Dispatch algorithm iterations that will be executed before the final result is shown. Must be set only when the NodesMovement type is esriSchematicIterativeDistance.

Specified by:
getNumberOfIterations in interface ISchematicAlgoLinearDispatch
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNumberOfIterations

public void setNumberOfIterations(int pVal)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Number of Linear Dispatch algorithm iterations that will be executed before the final result is shown. Must be set only when the NodesMovement type is esriSchematicIterativeDistance.

Specified by:
setNumberOfIterations in interface ISchematicAlgoLinearDispatch
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAbsoluteParameters

public boolean isAbsoluteParameters()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates if the values set for the distance parameters must be interpreted as absolute units.

Specified by:
isAbsoluteParameters in interface ISchematicAlgoLinearDispatch
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAbsoluteParameters

public void setAbsoluteParameters(boolean pVal)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if the values set for the distance parameters must be interpreted as absolute units.

Specified by:
setAbsoluteParameters in interface ISchematicAlgoLinearDispatch
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.