NgaDigitalTerrainElevationDataCell Constructor (String, TerrainCacheGroup) |
Initializes a new instance using the specified filename.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic NgaDigitalTerrainElevationDataCell(
string fileName,
TerrainCacheGroup cacheGroup
)
Public Sub New (
fileName As String,
cacheGroup As TerrainCacheGroup
)
public:
NgaDigitalTerrainElevationDataCell(
String^ fileName,
TerrainCacheGroup^ cacheGroup
)
new :
fileName : string *
cacheGroup : TerrainCacheGroup -> NgaDigitalTerrainElevationDataCell
Parameters
- fileName
- Type: System.String
The full path and filename of the DT0, DT1, or DT2 file. - cacheGroup
- Type: AGI.Foundation.Terrain.TerrainCacheGroup
The cache group with which to associate this terrain provider.
Exceptions
See Also