|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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".
| Field Summary | |
|---|---|
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. |
| Constructor Summary | |
|---|---|
IceCubeCoordinate()
constructor. |
|
| Method Summary | |
|---|---|
double |
getGlacierDepth()
Get the depth of glacier. |
void |
setGlacierDepth(double depth)
Set the depth of glacier [cm]. |
| Methods inherited from class geometry.EarthLocalCoordinate |
|---|
transformUnitVectorToEarthCenter, transformVectorToEarthCenter |
| Methods inherited from class geometry.Coordinate |
|---|
getAzimuthInPolar, getEx, getEy, getEz, getLengthInPolar, getOrigin, getPointVectorFromPolarCoordinate, getZenithInPolar, rotate, setOrigin, transformThisCoordinate, transformUnitVectorToThisCoordinate, transformVectorToThisCoordinate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static double northing
public static double easting
public static double elevation
| Constructor Detail |
|---|
public IceCubeCoordinate()
| Method Detail |
|---|
public void setGlacierDepth(double depth)
public double getGlacierDepth()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||