JplSpkEphemerisProvider 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: 25.1.421.0 (25.1.421.0)
Syntaxprotected JplSpkEphemerisProvider(
StreamFactory streamFactory
)
Protected Sub New (
streamFactory As StreamFactory
)
protected:
JplSpkEphemerisProvider(
StreamFactory^ streamFactory
)
new :
streamFactory : StreamFactory -> JplSpkEphemerisProvider
Parameters
- streamFactory
- Type: AGI.Foundation.Infrastructure.StreamFactory
The factory to use to create streams to read the JPL SPK data.
Exceptions
Remarks
The streams created by streamFactory must support seeking.
See Also