Click or drag to resize

JplDE200 Constructor (StreamFactory)

Initializes a new instance with the specified stream factory.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public JplDE200(
	StreamFactory streamFactory
)

Parameters

streamFactory
Type: AGI.Foundation.Infrastructure.StreamFactory
The factory to use to create streams to read the JPL DE data.
Exceptions
ExceptionCondition
ArgumentException Thrown when the file specified by the streamFactory is not a valid JplDE200 file.
ArgumentNullException Thrown when streamFactory is null.
Remarks
The streams created by streamFactory must support seeking.
See Also