RinexObservationReadFrom Method (String) |
Reads a RINEX Observation file from the specified filename.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic static RinexObservation ReadFrom(
string fileName
)
Public Shared Function ReadFrom (
fileName As String
) As RinexObservation
public:
static RinexObservation^ ReadFrom(
String^ fileName
)
static member ReadFrom :
fileName : string -> RinexObservation
Parameters
- fileName
- Type: SystemString
The name of the file from which to read the observation data.
Return Value
Type:
RinexObservationThe
RinexObservation object representing the data in the file.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when fileName is .
|
| FormatException | Thrown when the format of the data is incorrect |
See Also