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