Companion

object Companion

Functions

Link copied to clipboard
fun create(geodatabase: Geodatabase, name: String, spatialReference: SpatialReference? = null): MosaicDatasetRaster

Creates a mosaic dataset raster with input geodatabase, name, and the desired spatial reference.

fun create(databasePath: String, name: String, spatialReference: SpatialReference? = null): MosaicDatasetRaster

Creates a mosaic dataset raster with the specified database path, name, and the desired spatial reference.

Link copied to clipboard
fun getNames(databasePath: String): List<String>

Returns mosaic dataset table names in the SQLite database. This function will retrieve mosaic dataset table names from the input SQLite database. Returns a ListImpl of String.

Link copied to clipboard
fun remove(geodatabase: Geodatabase, name: String)

Deletes mosaic dataset raster from the specified geodatabase.