|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.utils.TopocentricPosition
public final class TopocentricPosition
Topocentric position coordinates
Field Summary | |
---|---|
static TopocentricPosition |
ZERO
Fixed position at origin (p is zero vector). |
Constructor Summary | |
---|---|
TopocentricPosition(double elevation,
double azimuth,
double range)
Build topocentic coordinates. |
Method Summary | |
---|---|
double |
getAzimuth()
Get the azimuth angle. |
double |
getElevation()
Get the elevation angle. |
Vector3D |
getPosition()
Gets the position. |
double |
getRange()
Get the range. |
String |
toString()
Produces the following String representation of the topocentric coordinates : (elevation, azimuth, range). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final TopocentricPosition ZERO
Constructor Detail |
---|
public TopocentricPosition(double elevation, double azimuth, double range)
elevation
- elevation angle in radian (between -PI/2
and PI/2
)azimuth
- azimuth angle in radian (between 0
and 2PI
)range
- distance from the origin of the topocentric frameMethod Detail |
---|
public double getElevation()
public double getAzimuth()
public double getRange()
public Vector3D getPosition()
Position
getPosition
in interface Position
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |