Class in Zendir.Messages
| Inherits from Message
Declaration
class GeodeticMessage;
Description
Message that defines a geodetic message, which is able to store the latitude, longitude, altitude and planet of a particular coordinate or ground object. This can also define the PCPF vector of the object.
Properties
Declared | Description |
---|---|
Altitude | The altitude of the location of the object. |
Latitude | The latitude of the location of the object. |
Longitude | The longitude of the location of the object. |
Planet | The planet of the location of the object |
Position_BP_P | The position of the object (B) relative to the planet in the Planet-CenteredPlanet-Fixed (PCPF) frame. |
Velocity_BP_P | The velocity of the object (B) relative to the planet in the Planet-CenteredPlanet-Fixed (PCPF) frame. |