StkSatelliteDatabase Constructor (StreamFactory) |
Initializes a new instance which will read data from a ZIP archive containing satellite database files.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public StkSatelliteDatabase(
StreamFactory streamFactory
)
Public Sub New (
streamFactory As StreamFactory
)
public:
StkSatelliteDatabase(
StreamFactory^ streamFactory
)
new :
streamFactory : StreamFactory -> StkSatelliteDatabase
Parameters
- streamFactory
- Type: AGI.Foundation.InfrastructureStreamFactory
The factory to use to create streams to read the ZIP file.
Exceptions See Also