RasterTerrainProvider Constructor (TerrainCacheGroup) |
Initializes a new instance.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected RasterTerrainProvider(
TerrainCacheGroup cacheGroup
)
Protected Sub New (
cacheGroup As TerrainCacheGroup
)
protected:
RasterTerrainProvider(
TerrainCacheGroup^ cacheGroup
)
new :
cacheGroup : TerrainCacheGroup -> RasterTerrainProvider
Parameters
- cacheGroup
- Type: AGI.Foundation.TerrainTerrainCacheGroup
The cache group of which this provider is a member.
Exceptions See Also