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)
Syntaxpublic char FileTypeDescriptor { get; }Public ReadOnly Property FileTypeDescriptor As Char
Get
public:
property wchar_t FileTypeDescriptor {
wchar_t get ();
}member FileTypeDescriptor : char with get
Property Value
Type:
Char
Remarks
See Also