create
fun create(geodatabase: Geodatabase, name: String, spatialReference: SpatialReference? = null): MosaicDatasetRaster
Creates a mosaic dataset raster with input geodatabase, name, and the desired spatial reference.
Return
A new mosaic dataset raster object.
Since
200.1.0
Parameters
geodatabase
The geodatabase object.
name
Name of the mosaic dataset raster to be created.
spatial Reference
The spatial reference of the mosaic dataset raster to be created.
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.
Return
A new mosaic dataset raster object.
Since
200.1.0
Parameters
database Path
Path of the SQLite file to be created that will contain the mosaic dataset raster.
name
Name of the mosaic dataset raster to be created.
spatial Reference
The spatial reference of the mosaic dataset raster to be created.