EarthOrientationParametersFileReadData Method (TextReader, EarthOrientationParametersReadOptions) |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic static EarthOrientationParameters ReadData(
TextReader source,
EarthOrientationParametersReadOptions readOptions
)
Public Shared Function ReadData (
source As TextReader,
readOptions As EarthOrientationParametersReadOptions
) As EarthOrientationParameters
public:
static EarthOrientationParameters^ ReadData(
TextReader^ source,
EarthOrientationParametersReadOptions^ readOptions
)
static member ReadData :
source : TextReader *
readOptions : EarthOrientationParametersReadOptions -> EarthOrientationParameters
Parameters
- source
- Type: System.IOTextReader
The stream from which to read. - readOptions
- Type: AGI.Foundation.CelestialEarthOrientationParametersReadOptions
Options for reading the file.
Return Value
Type:
EarthOrientationParametersA new
EarthOrientationParameters initialized with the contents of the file.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when the source is .
|
| InvalidDataException |
Thrown when there is an error parsing the EOP data specified by the source.
|
See Also