ArcObjects Library Reference (SpatialAnalyst)  

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

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.

CoClasses that implement ITrigOp

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

Remarks

  • Read the Working with ArcGIS Spatial Analyst objects technical document for general information on implementing Spatial Analyst operations.