AGIWorldTerrain Constructor (FileStreamFactory) |
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic AGIWorldTerrain(
FileStreamFactory fileStreamFactory
)
Public Sub New (
fileStreamFactory As FileStreamFactory
)
public:
AGIWorldTerrain(
FileStreamFactory^ fileStreamFactory
)
new :
fileStreamFactory : FileStreamFactory -> AGIWorldTerrainParameters
- fileStreamFactory
- Type: AGI.Foundation.InfrastructureFileStreamFactory
The factory to use to create streams to read the terrain data.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the Earth instance in the CalculationContext is not configured with a mean sea level (MSL).
|
| ArgumentNullException |
Thrown when fileStreamFactory is .
|
See Also