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
Deletes mosaic dataset raster from the specified geodatabase.