AGIProcessedTerrainWriterWrite Method (CentralBody, RasterTerrainProvider, String, Boolean) |
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static void Write(
CentralBody centralBody,
RasterTerrainProvider terrainProvider,
string pdttUri,
bool overwriteExistingFile
)
Public Shared Sub Write (
centralBody As CentralBody,
terrainProvider As RasterTerrainProvider,
pdttUri As String,
overwriteExistingFile As Boolean
)
public:
static void Write(
CentralBody^ centralBody,
RasterTerrainProvider^ terrainProvider,
String^ pdttUri,
bool overwriteExistingFile
)
static member Write :
centralBody : CentralBody *
terrainProvider : RasterTerrainProvider *
pdttUri : string *
overwriteExistingFile : bool -> unit
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body of the terrain. - terrainProvider
- Type: AGI.Foundation.TerrainRasterTerrainProvider
The raster terrain provider. - pdttUri
- Type: SystemString
The AGI Processed Data Terrain filename. - overwriteExistingFile
- Type: SystemBoolean
If true and the AGI Processed Data Terrain file already exists, the file will be overwritten during the conversion.
See Also