AGIProcessedDataTerrain Constructor (StreamFactory) |
Initializes a new instance using the specified stream factory.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AGIProcessedDataTerrain(
StreamFactory streamFactory
)
Public Sub New (
streamFactory As StreamFactory
)
public:
AGIProcessedDataTerrain(
StreamFactory^ streamFactory
)
new :
streamFactory : StreamFactory -> AGIProcessedDataTerrain
Parameters
- streamFactory
- Type: AGI.Foundation.InfrastructureStreamFactory
The factory to use to create streams to read the terrain data.
Exceptions Remarks
The streams created by streamFactory must support seeking.
See Also