EarthGravityModel96MeanSeaLevel Constructor (String) |
Initializes a new instance.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic EarthGravityModel96MeanSeaLevel(
string fileName
)
Public Sub New (
fileName As String
)
public:
EarthGravityModel96MeanSeaLevel(
String^ fileName
)
new :
fileName : string -> EarthGravityModel96MeanSeaLevelParameters
- fileName
- Type: SystemString
The file name of the binary geoid height data file defined by NGA.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when fileName is .
|
| InvalidDataException |
Thrown when the FileStream created from the fileName terminates
unexpectedly before the required terrain data could be read.
|
See Also