AGIWorldTerrain Constructor (FileStreamFactory, TerrainCacheGroup) |
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AGIWorldTerrain(
FileStreamFactory fileStreamFactory,
TerrainCacheGroup cacheGroup
)
Public Sub New (
fileStreamFactory As FileStreamFactory,
cacheGroup As TerrainCacheGroup
)
public:
AGIWorldTerrain(
FileStreamFactory^ fileStreamFactory,
TerrainCacheGroup^ cacheGroup
)
new :
fileStreamFactory : FileStreamFactory *
cacheGroup : TerrainCacheGroup -> AGIWorldTerrain
Parameters
- fileStreamFactory
- Type: AGI.Foundation.InfrastructureFileStreamFactory
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 See Also