com.esri.arcgis.schematic
Class ISchematicAlgoReduceVerticesProxy

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

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

Description: 'Provides access to members that control the Reduce Vertices 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 ISchematicAlgoReduceVerticesProxy
extends ISchematicAlgorithmProxy
implements ISchematicAlgoReduceVertices, 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.ISchematicAlgoReduceVertices
IID, IID24ffb86e_39af_4651_bc97_76cd7b98c5e5
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
IIDbef20014_837c_4387_83ba_8523b7897a36
 
Constructor Summary
  ISchematicAlgoReduceVerticesProxy()
          Deprecated. For internal use only
  ISchematicAlgoReduceVerticesProxy(java.lang.Object obj)
          Deprecated.  
protected ISchematicAlgoReduceVerticesProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ISchematicAlgoReduceVerticesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ISchematicAlgoReduceVerticesProxy(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 getAngleThreshold()
          Deprecated. Angle formed by the incident segments over which a vertex related to these segments is reduced.
 int getIteration()
          Deprecated. Number of Reduce Vertices algorithm iterations that will be executed before the final result is shown.
 double getSegmentRatio()
          Deprecated. The algorithm detects the longest segment of a link and computes ratios between each segment length and this longest segment.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAngleThreshold(double dAngle)
          Deprecated. Angle formed by the incident segments over which a vertex related to these segments is reduced.
 void setIteration(int lIteration)
          Deprecated. Number of Reduce Vertices algorithm iterations that will be executed before the final result is shown.
 void setSegmentRatio(double dAngle)
          Deprecated. The algorithm detects the longest segment of a link and computes ratios between each segment length and this longest segment.
 
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

ISchematicAlgoReduceVerticesProxy

public ISchematicAlgoReduceVerticesProxy(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

ISchematicAlgoReduceVerticesProxy

public ISchematicAlgoReduceVerticesProxy()
Deprecated. 
For internal use only


ISchematicAlgoReduceVerticesProxy

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

ISchematicAlgoReduceVerticesProxy

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

ISchematicAlgoReduceVerticesProxy

protected ISchematicAlgoReduceVerticesProxy(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

setAngleThreshold

public void setAngleThreshold(double dAngle)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Angle formed by the incident segments over which a vertex related to these segments is reduced.

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

getAngleThreshold

public double getAngleThreshold()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Angle formed by the incident segments over which a vertex related to these segments is reduced.

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

setSegmentRatio

public void setSegmentRatio(double dAngle)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The algorithm detects the longest segment of a link and computes ratios between each segment length and this longest segment. If the computed ratio is lower than the specified Segment ratio, the vertex at the origin of the segment is removed.

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

getSegmentRatio

public double getSegmentRatio()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The algorithm detects the longest segment of a link and computes ratios between each segment length and this longest segment. If the computed ratio is lower than the specified Segment ratio, the vertex at the origin of the segment is removed.

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

setIteration

public void setIteration(int lIteration)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Number of Reduce Vertices algorithm iterations that will be executed before the final result is shown.

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

getIteration

public int getIteration()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Number of Reduce Vertices algorithm iterations that will be executed before the final result is shown.

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