This document is archived and information here might be outdated.  Recommended version.


ITrigOp Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IT > ITrigOp Interface
ArcGIS Developer Help

ITrigOp Interface

Provides access to members that control the trigonometry operations.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

Members

Name Description
Method ACos Calculates the inverse cosine of cells in a GeoDataset.
Method ACosH Calculates the inverse hyperbolic cosine of cells in a GeoDataset.
Method ASin Calculates the inverse sine of cells in a GeoDataset.
Method ASinH Calculates the inverse hyperbolic sine of cells in a GeoDataset.
Method ATan Calculates the inverse tangent of cells in a GeoDataset.
Method ATan2 Calculates the calculates the inverse tangent (based on x/y) of cells in a GeoDataset.
Method ATanH Calculates the inverse hyperbolic tangent of cells in a GeoDataset.
Method Cos Calculates the cosine of cells in a GeoDataset.
Method CosH Calculates the hyperbolic cosine of cells in a GeoDataset.
Method Sin Calculates the sine of cells in a GeoDataset.
Method SinH Calculates the hyperbolic sine of cells in a GeoDataset.
Method Tan Calculates the tangent of cells in a GeoDataset.
Method TanH Calculates the hyperbolic tangent of cells in a GeoDataset.

Classes that implement ITrigOp

Classes Description
RasterMathOps A mechanism for performing mathematical operations on rasters.

Remarks