Class Receiver

java.lang.Object
org.orekit.files.rinex.clock.Receiver

public class Receiver extends Object
Container for a receiver or a satellite with its position in the considered frame.
Since:
14.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    Receiver(String designator, String receiverIdentifier, double x, double y, double z)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for the designator.
    Getter for the receiver identifier.
    double
    Getter for the X coordinate in meters in considered Earth centered frame.
    double
    Getter for the Y coordinate in meters in considered Earth centered frame.
    double
    Getter for the Z coordinate in meters in considered Earth centered frame.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Receiver

      public Receiver(String designator, String receiverIdentifier, double x, double y, double z)
      Constructor.
      Parameters:
      designator - the designator
      receiverIdentifier - the receiver identifier
      x - the X coordinate in meters in considered Earth centered frame
      y - the Y coordinate in meters in considered Earth centered frame
      z - the Z coordinate in meters in considered Earth centered frame
  • Method Details

    • getDesignator

      public String getDesignator()
      Getter for the designator.
      Returns:
      the designator
    • getReceiverIdentifier

      public String getReceiverIdentifier()
      Getter for the receiver identifier.
      Returns:
      the receiver identifier
    • getX

      public double getX()
      Getter for the X coordinate in meters in considered Earth centered frame.
      Returns:
      the X coordinate in meters in considered Earth centered frame
    • getY

      public double getY()
      Getter for the Y coordinate in meters in considered Earth centered frame.
      Returns:
      the Y coordinate in meters in considered Earth centered frame
    • getZ

      public double getZ()
      Getter for the Z coordinate in meters in considered Earth centered frame.
      Returns:
      the Z coordinate in meters in considered Earth centered frame