NgaDigitalTerrainElevationData Constructor (String) |
Initializes a new instance using the specified DMED filename.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic NgaDigitalTerrainElevationData(
string dmedFileName
)
Public Sub New (
dmedFileName As String
)
public:
NgaDigitalTerrainElevationData(
String^ dmedFileName
)
new :
dmedFileName : string -> NgaDigitalTerrainElevationDataParameters
- dmedFileName
- Type: SystemString
The full path and filename of the DMED file.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the Earth instance in the current
CalculationContext is not configured with a mean sea level (MSL).
|
| InvalidDataException |
Thrown when the DMED file does not have the expected format.
|
| ArgumentNullException |
Thrown when dmedFileName is .
|
See Also