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: 25.2.423.0 (25.2.423.0)
Syntaxpublic AGIProcessedDataTerrain(
StreamFactory streamFactory,
TerrainCacheGroup cacheGroup
)
Public Sub New (
streamFactory As StreamFactory,
cacheGroup As TerrainCacheGroup
)
public:
AGIProcessedDataTerrain(
StreamFactory^ streamFactory,
TerrainCacheGroup^ cacheGroup
)
new :
streamFactory : StreamFactory *
cacheGroup : TerrainCacheGroup -> AGIProcessedDataTerrainParameters
- streamFactory
- Type: AGI.Foundation.InfrastructureStreamFactory
The factory to use to create streams to read the terrain data. - cacheGroup
- Type: AGI.Foundation.TerrainTerrainCacheGroup
The cache group with which to associate this terrain provider.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when streamFactory or cacheGroup is .
|
Remarks
The streams created by streamFactory must support seeking.
See Also