public final class AGIProcessedTerrainWriter extends Object
RasterTerrainProvider to an AGI Processed Data Terrain file (PDTT) for use as a TerrainOverlay.| Modifier and Type | Method and Description |
|---|---|
static void |
write(CentralBody centralBody,
RasterTerrainProvider terrainProvider,
CartographicExtent extent,
String pdttUri,
boolean overwriteExistingFile)
Converts a
RasterTerrainProvider to an AGI Processed Data Terrain file for use as a TerrainOverlay. |
static void |
write(CentralBody centralBody,
RasterTerrainProvider terrainProvider,
CartographicExtent extent,
URI pdttUri,
boolean overwriteExistingFile)
Converts a
RasterTerrainProvider to an AGI Processed Data Terrain file for use as a TerrainOverlay. |
static void |
write(CentralBody centralBody,
RasterTerrainProvider terrainProvider,
String pdttUri,
boolean overwriteExistingFile)
Converts a
RasterTerrainProvider to an AGI Processed Data Terrain file for use as a TerrainOverlay. |
static void |
write(CentralBody centralBody,
RasterTerrainProvider terrainProvider,
URI pdttUri,
boolean overwriteExistingFile)
Converts a
RasterTerrainProvider to an AGI Processed Data Terrain file for use as a TerrainOverlay. |
public static void write(@Nonnull CentralBody centralBody, @Nonnull RasterTerrainProvider terrainProvider, @Nullable CartographicExtent extent, @Nonnull URI pdttUri, boolean overwriteExistingFile)
RasterTerrainProvider to an AGI Processed Data Terrain file for use as a TerrainOverlay.centralBody - The central body of the terrain.terrainProvider - The raster terrain provider.extent - The extent of the terrain provider to convert. If not provided, the entire extent of the terrain provider is converted.pdttUri - The AGI Processed Data Terrain filename.overwriteExistingFile - If true and the AGI Processed Data Terrain file already exists, the file will be overwritten during the conversion.public static void write(@Nonnull CentralBody centralBody, @Nonnull RasterTerrainProvider terrainProvider, @Nullable CartographicExtent extent, @Nonnull String pdttUri, boolean overwriteExistingFile)
RasterTerrainProvider to an AGI Processed Data Terrain file for use as a TerrainOverlay.centralBody - The central body of the terrain.terrainProvider - The raster terrain provider.extent - The extent of the terrain provider to convert. If not provided, the entire extent of the terrain provider is converted.pdttUri - The AGI Processed Data Terrain filename.overwriteExistingFile - If true and the AGI Processed Data Terrain file already exists, the file will be overwritten during the conversion.public static void write(@Nonnull CentralBody centralBody, @Nonnull RasterTerrainProvider terrainProvider, @Nonnull URI pdttUri, boolean overwriteExistingFile)
RasterTerrainProvider to an AGI Processed Data Terrain file for use as a TerrainOverlay.centralBody - The central body of the terrain.terrainProvider - The raster terrain provider.pdttUri - The AGI Processed Data Terrain filename.overwriteExistingFile - If true and the AGI Processed Data Terrain file already exists, the file will be overwritten during the conversion.public static void write(@Nonnull CentralBody centralBody, @Nonnull RasterTerrainProvider terrainProvider, @Nonnull String pdttUri, boolean overwriteExistingFile)
RasterTerrainProvider to an AGI Processed Data Terrain file for use as a TerrainOverlay.centralBody - The central body of the terrain.terrainProvider - The raster terrain provider.pdttUri - The AGI Processed Data Terrain filename.overwriteExistingFile - If true and the AGI Processed Data Terrain file already exists, the file will be overwritten during the conversion.