|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectgeometry.Coordinate
geometry.EarthLocalCoordinate
iceCube.uhe.geometry.IceCubeCoordinate
public class IceCubeCoordinate
This class defines IceCube local coordinate system. The y axis is "Grid North"(it is aligned with Prime Meridian, pointing toward Greeenwich), the x axis is "Grid East"(pointing 90 degree clock-wise from Grid North), and the z axis is normal to the Earth's surface, pointing "up".
フィールドの概要 | |
---|---|
static double |
easting
Easting of the origin in the horizontal plane. |
static double |
elevation
Elevation of the origin from earth ROCK surface (sea level). |
static double |
northing
Nothing of the origin in the horizontal plane. |
コンストラクタの概要 | |
---|---|
IceCubeCoordinate()
constructor. |
メソッドの概要 | |
---|---|
double |
getGlacierDepth()
Get the depth of glacier. |
void |
setGlacierDepth(double depth)
Set the depth of glacier [cm]. |
クラス geometry.EarthLocalCoordinate から継承されたメソッド |
---|
transformUnitVectorToEarthCenter, transformVectorToEarthCenter |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static double northing
public static double easting
public static double elevation
コンストラクタの詳細 |
---|
public IceCubeCoordinate()
メソッドの詳細 |
---|
public void setGlacierDepth(double depth)
public double getGlacierDepth()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |