com.esri.arcgis.spatialanalyst
Interface ITrigOp

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITrigOpProxy, RasterMathOps

public interface ITrigOp
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID1ae2e8b5_ec8c_11d3_9f63_00c04f8ed1d7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGeoDataset aCos(IGeoDataset geoDataset)
          Calculates the inverse cosine of cells in a GeoDataset.
 IGeoDataset aCosH(IGeoDataset geoDataset)
          Calculates the inverse hyperbolic cosine of cells in a GeoDataset.
 IGeoDataset aSin(IGeoDataset geoDataset)
          Calculates the inverse sine of cells in a GeoDataset.
 IGeoDataset aSinH(IGeoDataset geoDataset)
          Calculates the inverse hyperbolic sine of cells in a GeoDataset.
 IGeoDataset aTan(IGeoDataset geoDataset)
          Calculates the inverse tangent of cells in a GeoDataset.
 IGeoDataset aTan2(IGeoDataset geoDatasetX, IGeoDataset geoDatasetY)
          Calculates the calculates the inverse tangent (based on x/y) of cells in a GeoDataset.
 IGeoDataset aTanH(IGeoDataset geoDataset)
          Calculates the inverse hyperbolic tangent of cells in a GeoDataset.
 IGeoDataset cos(IGeoDataset geoDataset)
          Calculates the cosine of cells in a GeoDataset.
 IGeoDataset cosH(IGeoDataset geoDataset)
          Calculates the hyperbolic cosine of cells in a GeoDataset.
 IGeoDataset sin(IGeoDataset geoDataset)
          Calculates the sine of cells in a GeoDataset.
 IGeoDataset sinH(IGeoDataset geoDataset)
          Calculates the hyperbolic sine of cells in a GeoDataset.
 IGeoDataset tan(IGeoDataset geoDataset)
          Calculates the tangent of cells in a GeoDataset.
 IGeoDataset tanH(IGeoDataset geoDataset)
          Calculates the hyperbolic tangent of cells in a GeoDataset.
 

Field Detail

IID1ae2e8b5_ec8c_11d3_9f63_00c04f8ed1d7

static final int IID1ae2e8b5_ec8c_11d3_9f63_00c04f8ed1d7
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

aCos

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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.