EarthGravityModel96MeanSeaLevel Constructor (Stream) |
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(
Stream stream
)
Public Sub New (
stream As Stream
)
public:
EarthGravityModel96MeanSeaLevel(
Stream^ stream
)
new :
stream : Stream -> EarthGravityModel96MeanSeaLevelParameters
- stream
- Type: System.IOStream
A stream containing the binary geoid height data file defined by NGA.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when stream is .
|
| InvalidDataException |
Thrown when stream terminates
unexpectedly before the required terrain data could be read.
|
See Also