AGIProcessedTerrainWriterWrite Method (CentralBody, RasterTerrainProvider, CartographicExtent, Uri, 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,
CartographicExtent extent,
Uri pdttUri,
bool overwriteExistingFile
)
Public Shared Sub Write (
centralBody As CentralBody,
terrainProvider As RasterTerrainProvider,
extent As CartographicExtent,
pdttUri As Uri,
overwriteExistingFile As Boolean
)
public:
static void Write(
CentralBody^ centralBody,
RasterTerrainProvider^ terrainProvider,
CartographicExtent^ extent,
Uri^ pdttUri,
bool overwriteExistingFile
)
static member Write :
centralBody : CentralBody *
terrainProvider : RasterTerrainProvider *
extent : CartographicExtent *
pdttUri : Uri *
overwriteExistingFile : bool -> unit
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body of the terrain. - terrainProvider
- Type: AGI.Foundation.TerrainRasterTerrainProvider
The raster terrain provider. - extent
- Type: AGI.Foundation.CoordinatesCartographicExtent
The extent of the terrain provider to convert. If not provided, the entire extent of the terrain provider is converted. - pdttUri
- Type: SystemUri
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