Click or drag to resize

AGIProcessedDataTerrain Constructor (StreamFactory, TerrainCacheGroup)

Initializes a new instance using the specified stream factory and cache group.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public AGIProcessedDataTerrain(
	StreamFactory streamFactory,
	TerrainCacheGroup cacheGroup
)

Parameters

streamFactory
Type: AGI.Foundation.Infrastructure.StreamFactory
The factory to use to create streams to read the terrain data.
cacheGroup
Type: AGI.Foundation.Terrain.TerrainCacheGroup
The cache group with which to associate this terrain provider.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when streamFactory or cacheGroup is null.
Remarks
The streams created by streamFactory must support seeking.
See Also