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 | ||
---|---|---|
ACos | Calculates the inverse cosine of cells in a GeoDataset. | |
ACosH | Calculates the inverse hyperbolic cosine of cells in a GeoDataset. | |
ASin | Calculates the inverse sine of cells in a GeoDataset. | |
ASinH | Calculates the inverse hyperbolic sine of cells in a GeoDataset. | |
ATan | Calculates the inverse tangent of cells in a GeoDataset. | |
ATan2 | Calculates the calculates the inverse tangent (based on x/y) of cells in a GeoDataset. | |
ATanH | Calculates the inverse hyperbolic tangent of cells in a GeoDataset. | |
Cos | Calculates the cosine of cells in a GeoDataset. | |
CosH | Calculates the hyperbolic cosine of cells in a GeoDataset. | |
Sin | Calculates the sine of cells in a GeoDataset. | |
SinH | Calculates the hyperbolic sine of cells in a GeoDataset. | |
Tan | Calculates the tangent of cells in a GeoDataset. | |
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. |