NgaDigitalTerrainElevationDataCell Constructor (StreamFactory, TerrainCacheGroup) |
Initializes a new instance with the specified stream factory.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic NgaDigitalTerrainElevationDataCell(
StreamFactory streamFactory,
TerrainCacheGroup cacheGroup
)
Public Sub New (
streamFactory As StreamFactory,
cacheGroup As TerrainCacheGroup
)
public:
NgaDigitalTerrainElevationDataCell(
StreamFactory^ streamFactory,
TerrainCacheGroup^ cacheGroup
)
new :
streamFactory : StreamFactory *
cacheGroup : TerrainCacheGroup -> NgaDigitalTerrainElevationDataCell
Parameters
- streamFactory
- Type: AGI.Foundation.Infrastructure.StreamFactory
The factory to use to create streams to read the DT0, DT1, or DT2 file. - cacheGroup
- Type: AGI.Foundation.Terrain.TerrainCacheGroup
The cache group with which to associate this terrain provider.
Exceptions
Remarks
The streams created by streamFactory must support seeking.
See Also