NgaDigitalTerrainElevationData Constructor (String, TerrainCacheGroup) |
Initializes a new instance using the specified DMED filename.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public NgaDigitalTerrainElevationData(
string dmedFileName,
TerrainCacheGroup cacheGroup
)
Public Sub New (
dmedFileName As String,
cacheGroup As TerrainCacheGroup
)
public:
NgaDigitalTerrainElevationData(
String^ dmedFileName,
TerrainCacheGroup^ cacheGroup
)
new :
dmedFileName : string *
cacheGroup : TerrainCacheGroup -> NgaDigitalTerrainElevationData
Parameters
- dmedFileName
- Type: SystemString
The full path and filename of the DMED file. - cacheGroup
- Type: AGI.Foundation.TerrainTerrainCacheGroup
The cache group with which to associate this terrain provider.
Exceptions See Also