Click or drag to resize

AsteroidsBspEphemerisProvider Constructor (StreamFactory)

Initializes a new instance with the specified stream factory.

Namespace:  AGI.Foundation.Spice
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public AsteroidsBspEphemerisProvider(
	StreamFactory streamFactory
)

Parameters

streamFactory
Type: AGI.Foundation.Infrastructure.StreamFactory
The factory to use to create streams to read the JPL SPK data.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when streamFactory is null.
Remarks
The streams created by streamFactory must support seeking.
See Also