Table of Contents

Class GeodeticMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] 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.


public sealed class GeodeticMessage : Message
Inheritance
GeodeticMessage

Fields

Altitude

The altitude of the location of the object.

[Unit(UnitType.METRE)]
public double Altitude

Field Value

double

Latitude

The latitude of the location of the object.

[Unit(UnitType.DEGREE)]
public double Latitude

Field Value

double

Longitude

The longitude of the location of the object.

[Unit(UnitType.DEGREE)]
public double Longitude

Field Value

double

PCPF_P

The position of the object relative to the planet in the Planet-Centered Planet-Fixed (PCPF) frame.

[Unit(UnitType.METRE)]
public Vector3 PCPF_P

Field Value

Vector3

Planet

The planet of the location of the object

[Unit(UnitType.NONE)]
public string Planet

Field Value

string