Click or drag to resize

SP3dHeaderRecordFileTypeDescriptor Property

Gets the file type descriptor which denotes the type of data included in this SP3-d file. The SP3-d definition defines the types allowed:
  • 'G' denotes data from the GPS constellation
  • 'M' denotes data from mixed constellations/satellites
  • 'R' denotes data from the GLONASS constellation
  • 'L' denotes data from LEO satellites
  • 'E' denotes data from the Galileo constellation

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 26.1.424.0 (26.1.424.0)
Syntax
public char FileTypeDescriptor { get; }

Property Value

Type: Char
Remarks
See NASA's Archive of Space Geodesy Data for a list of LEO descriptors.
See Also