SP3aEphemerisReadFrom Method (String) |
Reads the SP3 version A file from a file and returns a
SP3aEphemeris Record.
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 SP3aEphemeris ReadFrom(
string fileName
)
Public Shared Function ReadFrom (
fileName As String
) As SP3aEphemeris
public:
static SP3aEphemeris^ ReadFrom(
String^ fileName
)
static member ReadFrom :
fileName : string -> SP3aEphemeris
Parameters
- fileName
- Type: SystemString
The name of the SP3a file from which to read.
Return Value
Type:
SP3aEphemerisSP3aEphemeris.
Exceptions See Also