JplDE430 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.2.423.0 (25.2.423.0)
Syntaxpublic JplDE430(
StreamFactory streamFactory
)
Public Sub New (
streamFactory As StreamFactory
)
public:
JplDE430(
StreamFactory^ streamFactory
)
new :
streamFactory : StreamFactory -> JplDE430Parameters
- streamFactory
- Type: AGI.Foundation.InfrastructureStreamFactory
The factory to use to create streams to read the JPL DE data.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the file specified by the streamFactory is not a valid
JplDE430 file.
|
| ArgumentNullException |
Thrown when streamFactory is .
|
Remarks
The streams created by streamFactory must support seeking.
See Also