Trigonometric Math geoprocessing functions

Spatial Analyst のライセンスで利用可能。

Image Analyst ライセンスで利用できます。

三角関数演算ジオプロセシング機能では、入力ラスターの値に対してさまざまな三角関数を実行します。

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.
  • 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).

使用可能なジオプロセシング機能とその簡単な説明を次の表に示します。

Geoprocessing FunctionDescription

ACos

ラスターのセル値の逆余弦を計算します。

ACosH

ラスターのセル値の逆双曲線正弦を計算します。

ASin

ラスターのセル値の逆正弦を計算します。

ASinH

ラスターのセル値の逆双曲線正弦を計算します。

ATan

ラスターのセル値の逆正接を計算します

ATan2

ラスターのセル値の (x/y に基づいた) 逆正接を計算します。

ATanH

ラスターのセル値の逆双曲線正接を計算します。

Cos

ラスターのセル値の余弦を計算します。

CosH

ラスターのセル値の双曲線余弦を計算します。

Sin

ラスターのセル値の正弦を計算します。

SinH

ラスターのセル値の双曲線正弦を計算します。

Tan

ラスターのセル値の正接を計算します。

TanH

ラスターのセル値の双曲線正接を計算します。

Geoprocessing functions of the Trigonometric Math category