Available with Spatial Analyst license.
Available with Image Analyst license.
The Trigonometric Math geoprocessing functions perform various trigonometric calculations on the values in an input raster.
There are several general categories of trigonometric calculations. The available geoprocessing functions in each of the categories are listed here:
- Standard trigonometric geoprocessing functions:
- Cos (cosine), Sin (sine), Tan (tangent).
- Inverse (or "arc") trigonometric geoprocessing functions:
- ACos (inverse cosine), ASin (inverse sine), ATan (inverse tangent).
- There is also an inverse tangent based on x,y, as ATan2.
- ACos (inverse cosine), ASin (inverse sine), ATan (inverse tangent).
- Hyperbolic trigonometric geoprocessing functions:
- CosH (hyperbolic cosine), SinH (hyperbolic sine), TanH (hyperbolic tangent ).
- Inverse hyperbolic trigonometric geoprocessing functions:
- ACosH (inverse hyperbolic cosine), ASinH (inverse hyperbolic sine), ATanH (inverse hyperbolic tangent).
The following table lists the available geoprocessing functions and provides a brief description of each.
Geoprocessing Function | Description |
---|---|
Calculates the inverse cosine of cells in a raster. | |
Calculates the inverse hyperbolic cosine of cells in a raster. | |
Calculates the inverse sine of cells in a raster. | |
Calculates the inverse hyperbolic sine of cells in a raster. | |
Calculates the inverse tangent of cells in a raster. | |
Calculates the inverse tangent (based on x,y) of cells in a raster. | |
Calculates the inverse hyperbolic tangent of cells in a raster. | |
Calculates the cosine of cells in a raster. | |
Calculates the hyperbolic cosine of cells in a raster. | |
Calculates the sine of cells in a raster. | |
Calculates the hyperbolic sine of cells in a raster. | |
Calculates the tangent of cells in a raster. | |
Calculates the hyperbolic tangent of cells in a raster. |