| AGIWorldTerrain Constructor (FileStreamFactory, TerrainCacheGroup) | 
  
    Namespace: 
   AGI.Foundation.Terrain
    Assembly:
   AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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 -> AGIWorldTerrainParameters
- 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
Exceptions See Also
See Also