GpsDataFileReadAll Method (TextReader) |
Reads data for all GPS satellites from the specified reader.
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 static List<GpsSatelliteInformation> ReadAll(
TextReader source
)
Public Shared Function ReadAll (
source As TextReader
) As List(Of GpsSatelliteInformation)
public:
static List<GpsSatelliteInformation^>^ ReadAll(
TextReader^ source
)
static member ReadAll :
source : TextReader -> List<GpsSatelliteInformation>
Parameters
- source
- Type: System.IOTextReader
The reader from which to read.
Return Value
Type:
ListGpsSatelliteInformationA list of
GpsSatelliteInformation for all satellites in the file.
Exceptions See Also