|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.utils.TopocentricPV
public final class TopocentricPV
Topocentric coordinates
| Constructor Summary | |
|---|---|
TopocentricPV(double elevation,
double azimuth,
double range,
double elevationRate,
double azimuthRate,
double rangeRate)
Build topocentric coordinates. |
|
| Method Summary | |
|---|---|
double |
getAzimuth()
Get the azimuth angle. |
double |
getAzimuthRate()
Get the azimuth rate. |
double |
getElevation()
Get the elevation angle. |
double |
getElevationRate()
Get the elevation rate. |
Vector3D |
getPosition()
Gets the position. |
double |
getRange()
Get the range. |
double |
getRangeRate()
Get the range rate. |
TopocentricPosition |
getTopocentricPosition()
Get the Topocentric position. |
Vector3D |
getVelocity()
Gets the velocity. |
String |
toString()
Produces the following String representation of the Topocentric coordinates : (elevation, azimuth, range, elevation rate, azimuth rate, range rate). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TopocentricPV(double elevation,
double azimuth,
double range,
double elevationRate,
double azimuthRate,
double rangeRate)
elevation - elevation angle in radian, between -PI/2 and PI/2azimuth - azimuth angle in radian, between 0 and 2PIrange - distance from the origin of the topocentric frameelevationRate - elevation rate in rad/sazimuthRate - azimuth rate in rad/srangeRate - range rate in m/s| Method Detail |
|---|
public double getElevation()
public double getAzimuth()
public double getRange()
public double getElevationRate()
public double getAzimuthRate()
public double getRangeRate()
public TopocentricPosition getTopocentricPosition()
public Vector3D getPosition()
Position
getPosition in interface Positionpublic Vector3D getVelocity()
PV
getVelocity in interface PVpublic String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||