Package org.orekit.files.rinex.clock
Class Receiver
java.lang.Object
org.orekit.files.rinex.clock.Receiver
Container for a receiver or a satellite with its position in the considered frame.
- Since:
- 14.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the designator.Getter for the receiver identifier.doublegetX()Getter for the X coordinate in meters in considered Earth centered frame.doublegetY()Getter for the Y coordinate in meters in considered Earth centered frame.doublegetZ()Getter for the Z coordinate in meters in considered Earth centered frame.
-
Constructor Details
-
Receiver
Constructor.- Parameters:
designator- the designatorreceiverIdentifier- the receiver identifierx- the X coordinate in meters in considered Earth centered framey- the Y coordinate in meters in considered Earth centered framez- the Z coordinate in meters in considered Earth centered frame
-
-
Method Details
-
getDesignator
Getter for the designator.- Returns:
- the designator
-
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
-