|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectgeometry.Coordinate
geometry.EarthLocalCoordinate
This class defines local coordinates in/on the earth. Its z axis always points to direction from the earth center to the origin.
コンストラクタの概要 | |
EarthLocalCoordinate(double height,
double longitude,
double latitude,
double alpha)
Constructor. |
|
EarthLocalCoordinate(J3Vector origin)
Constructor. |
|
EarthLocalCoordinate(J3Vector origin,
double alpha)
Constructor. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public EarthLocalCoordinate(J3Vector origin, double alpha)
J3Vector origin : Origin location vector. Should be represented in EarthCenterCoordinate system. double alpha : the final rotation angle [rad] to determine the x and y axis directions. 0 correponds to y axis pointing to local south, Math.PI to y axis poing to local north.
public EarthLocalCoordinate(J3Vector origin)
J3Vector origin : Origin location vector. Should be represented in EarthCenterCoordinate system.Y axis points to local south
public EarthLocalCoordinate(double height, double longitude, double latitude, double alpha)
double height : height [cm] from the earth center double longitude : longitude [deg] double latitude : latitude [deg] double alpha : the final rotation angle [rad] to determine the x and y axis directions. 0 correponds to y axis pointing to local south, Math.PI to y axis pointing to local north.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |