iceCube.uhe.geometry
クラス IceCubeCoordinate

java.lang.Object
  上位を拡張 geometry.Coordinate
      上位を拡張 geometry.EarthLocalCoordinate
          上位を拡張 iceCube.uhe.geometry.IceCubeCoordinate

public class IceCubeCoordinate
extends EarthLocalCoordinate

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
 
クラス geometry.Coordinate から継承されたメソッド
getAzimuthInPolar, getEx, getEy, getEz, getLengthInPolar, getOrigin, getPointVectorFromPolarCoordinate, getZenithInPolar, rotate, setOrigin, transformThisCoordinate, transformUnitVectorToThisCoordinate, transformVectorToThisCoordinate
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

northing

public static double northing
Nothing of the origin in the horizontal plane. [cm] 52200' East


easting

public static double easting
Easting of the origin in the horizontal plane. [cm] 46500' East


elevation

public static double elevation
Elevation of the origin from earth ROCK surface (sea level). [cm] 9284.46ft

コンストラクタの詳細

IceCubeCoordinate

public IceCubeCoordinate()
constructor.

メソッドの詳細

setGlacierDepth

public void setGlacierDepth(double depth)
Set the depth of glacier [cm].


getGlacierDepth

public double getGlacierDepth()
Get the depth of glacier. [cm]