public static class RinexClock.Receiver extends Object
Constructor and Description |
---|
Receiver(String designator,
String receiverIdentifier,
double x,
double y,
double z)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDesignator()
Getter for the designator.
|
String |
getReceiverIdentifier()
Getter for the receiver identifier.
|
double |
getX()
Getter for the X coordinate in meters in considered Earth centered frame.
|
double |
getY()
Getter for the Y coordinate in meters in considered Earth centered frame.
|
double |
getZ()
Getter for the Z coordinate in meters in considered Earth centered frame.
|
public Receiver(String designator, String receiverIdentifier, double x, double y, double z)
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 framepublic String getDesignator()
public String getReceiverIdentifier()
public double getX()
public double getY()
public double getZ()
Copyright © 2002-2023 CS GROUP. All rights reserved.