MosaicDatasetRaster.createWithDatabaseUri constructor
- required Uri databaseUri,
- required String name,
- 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.