Package org.orekit.utils
Class TrackingCoordinates
java.lang.Object
org.orekit.utils.TrackingCoordinates
Container for azimut/elevation/range coordinates as seen from a ground point.
- Since:
- 12.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTrackingCoordinates(double azimuth, double elevation, double range) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptiondoubleGet the azimuth.doubleGet the elevation.doublegetRange()Get the range.
-
Constructor Details
-
TrackingCoordinates
public TrackingCoordinates(double azimuth, double elevation, double range) Simple constructor.- Parameters:
azimuth- azimuthelevation- elevationrange- range
-
-
Method Details
-
getAzimuth
public double getAzimuth()Get the azimuth.The azimuth is the angle between the North direction at local point and the projection in local horizontal plane of the direction from local point to given point. Azimuth angles are counted clockwise, i.e positive towards the East.
- Returns:
- azimuth
-
getElevation
public double getElevation()Get the elevation.The elevation is the angle between the local horizontal and the direction from local point to given point.
- Returns:
- elevation
-
getRange
public double getRange()Get the range.- Returns:
- range
-