MosaicDatasetRaster.createWithDatabaseUri constructor

MosaicDatasetRaster.createWithDatabaseUri({
  1. required Uri databaseUri,
  2. required String name,
  3. SpatialReference? spatialReference,
})

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

Parameters:

  • databaseUri — 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.
  • spatialReference — The spatial reference of the mosaic dataset raster to be created.