Class Ray
java.lang.Object
org.orekit.models.earth.ionosphere.nequick.Ray
Container for ray-periapsis parameters.
By convention, point 1 is at lower height.
- Since:
- 13.0
- Author:
- Bryan Cazabonne
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGet the cosine of azimuth of satellite as seen from ray-periapsis.doubleGet the ray-periapsis latitude.doubleGet the ray-periapsis longitude.doubleGet the ray-periapsis radius.doublegetRecH()Get receiver altitude.doublegetS1()Get the distance of the first point from the ray periapsis.doublegetS2()Get the distance of the second point from the ray periapsis.doublegetSatH()Get satellite altitude.getScLat()Get the ray-periapsis latitude sin/cos.doubleGet the sine of azimuth of satellite as seen from ray-periapsis.
-
Constructor Details
-
Ray
Constructor.- Parameters:
recP- receiver positionsatP- satellite position
-
-
Method Details
-
getRecH
public double getRecH()Get receiver altitude.- Returns:
- receiver altitude
- Since:
- 13.0
-
getSatH
public double getSatH()Get satellite altitude.- Returns:
- satellite altitude
- Since:
- 13.0
-
getS1
public double getS1()Get the distance of the first point from the ray periapsis.- Returns:
- s1 in meters
-
getS2
public double getS2()Get the distance of the second point from the ray periapsis.- Returns:
- s2 in meters
-
getRadius
public double getRadius()Get the ray-periapsis radius.- Returns:
- the ray-periapsis radius in meters
-
getLatitude
public double getLatitude()Get the ray-periapsis latitude.- Returns:
- the ray-periapsis latitude in radians
-
getScLat
Get the ray-periapsis latitude sin/cos.- Returns:
- the ray-periapsis latitude sin/cos
- Since:
- 13.0
-
getLongitude
public double getLongitude()Get the ray-periapsis longitude.- Returns:
- the ray-periapsis longitude in radians
-
getSineAz
public double getSineAz()Get the sine of azimuth of satellite as seen from ray-periapsis.- Returns:
- the sine of azimuth
-
getCosineAz
public double getCosineAz()Get the cosine of azimuth of satellite as seen from ray-periapsis.- Returns:
- the cosine of azimuth
-