Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public StkSatelliteDatabase(
	StreamFactory streamFactory
)

Parameters

streamFactory
Type: AGI.Foundation.InfrastructureStreamFactory
The factory to use to create streams to read the ZIP file.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when streamFactory is .
See Also