com.esri.arcgis.spatialanalyst
Class ITrigOpProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.spatialanalyst.ITrigOpProxy
All Implemented Interfaces:
ITrigOp, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control the trigonometry operations.' 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 ITrigOpProxy
extends com.esri.arcgis.interop.Dispatch
implements ITrigOp, 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.spatialanalyst.ITrigOp
IID, IID1ae2e8b5_ec8c_11d3_9f63_00c04f8ed1d7
 
Constructor Summary
  ITrigOpProxy()
          Deprecated. For internal use only
  ITrigOpProxy(java.lang.Object obj)
          Deprecated.  
protected ITrigOpProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITrigOpProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITrigOpProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 IGeoDataset aCos(IGeoDataset geoDataset)
          Deprecated. Calculates the inverse cosine of cells in a GeoDataset.
 IGeoDataset aCosH(IGeoDataset geoDataset)
          Deprecated. Calculates the inverse hyperbolic cosine of cells in a GeoDataset.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IGeoDataset aSin(IGeoDataset geoDataset)
          Deprecated. Calculates the inverse sine of cells in a GeoDataset.
 IGeoDataset aSinH(IGeoDataset geoDataset)
          Deprecated. Calculates the inverse hyperbolic sine of cells in a GeoDataset.
 IGeoDataset aTan(IGeoDataset geoDataset)
          Deprecated. Calculates the inverse tangent of cells in a GeoDataset.
 IGeoDataset aTan2(IGeoDataset geoDatasetX, IGeoDataset geoDatasetY)
          Deprecated. Calculates the calculates the inverse tangent (based on x/y) of cells in a GeoDataset.
 IGeoDataset aTanH(IGeoDataset geoDataset)
          Deprecated. Calculates the inverse hyperbolic tangent of cells in a GeoDataset.
 IGeoDataset cos(IGeoDataset geoDataset)
          Deprecated. Calculates the cosine of cells in a GeoDataset.
 IGeoDataset cosH(IGeoDataset geoDataset)
          Deprecated. Calculates the hyperbolic cosine of cells in a GeoDataset.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 IGeoDataset sin(IGeoDataset geoDataset)
          Deprecated. Calculates the sine of cells in a GeoDataset.
 IGeoDataset sinH(IGeoDataset geoDataset)
          Deprecated. Calculates the hyperbolic sine of cells in a GeoDataset.
 IGeoDataset tan(IGeoDataset geoDataset)
          Deprecated. Calculates the tangent of cells in a GeoDataset.
 IGeoDataset tanH(IGeoDataset geoDataset)
          Deprecated. Calculates the hyperbolic tangent of cells in a GeoDataset.
 
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
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ITrigOpProxy

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

ITrigOpProxy

public ITrigOpProxy()
Deprecated. 
For internal use only


ITrigOpProxy

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

ITrigOpProxy

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

ITrigOpProxy

protected ITrigOpProxy(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 com.esri.arcgis.interop.Dispatch
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 com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

aCos

public IGeoDataset aCos(IGeoDataset geoDataset)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Calculates the inverse cosine of cells in a GeoDataset.

Specified by:
aCos in interface ITrigOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

aCosH

public IGeoDataset aCosH(IGeoDataset geoDataset)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Calculates the inverse hyperbolic cosine of cells in a GeoDataset.

Specified by:
aCosH in interface ITrigOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

aSin

public IGeoDataset aSin(IGeoDataset geoDataset)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Calculates the inverse sine of cells in a GeoDataset.

Specified by:
aSin in interface ITrigOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

aSinH

public IGeoDataset aSinH(IGeoDataset geoDataset)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Calculates the inverse hyperbolic sine of cells in a GeoDataset.

Specified by:
aSinH in interface ITrigOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

aTan

public IGeoDataset aTan(IGeoDataset geoDataset)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Calculates the inverse tangent of cells in a GeoDataset.

Specified by:
aTan in interface ITrigOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

aTan2

public IGeoDataset aTan2(IGeoDataset geoDatasetX,
                         IGeoDataset geoDatasetY)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Calculates the calculates the inverse tangent (based on x/y) of cells in a GeoDataset.

Specified by:
aTan2 in interface ITrigOp
Parameters:
geoDatasetX - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
geoDatasetY - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

aTanH

public IGeoDataset aTanH(IGeoDataset geoDataset)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Calculates the inverse hyperbolic tangent of cells in a GeoDataset.

Specified by:
aTanH in interface ITrigOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

cos

public IGeoDataset cos(IGeoDataset geoDataset)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Calculates the cosine of cells in a GeoDataset.

Specified by:
cos in interface ITrigOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

cosH

public IGeoDataset cosH(IGeoDataset geoDataset)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Calculates the hyperbolic cosine of cells in a GeoDataset.

Specified by:
cosH in interface ITrigOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

sin

public IGeoDataset sin(IGeoDataset geoDataset)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Calculates the sine of cells in a GeoDataset.

Specified by:
sin in interface ITrigOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

sinH

public IGeoDataset sinH(IGeoDataset geoDataset)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Calculates the hyperbolic sine of cells in a GeoDataset.

Specified by:
sinH in interface ITrigOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

tan

public IGeoDataset tan(IGeoDataset geoDataset)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Calculates the tangent of cells in a GeoDataset.

Specified by:
tan in interface ITrigOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

tanH

public IGeoDataset tanH(IGeoDataset geoDataset)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Calculates the hyperbolic tangent of cells in a GeoDataset.

Specified by:
tanH in interface ITrigOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.