SP3dHeaderRecordFileTypeDescriptor Property |
Gets the file type descriptor denotes the type of data included in this SP3d file. The SP3d 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
CharRemarks See Also