MosaicDatasetRaster.createWithGeodatabase constructor
- required Geodatabase geodatabase,
- required String name,
- SpatialReference? spatialReference,
Creates a mosaic dataset raster with input geodatabase, name, and the desired spatial reference.
Parameters:
geodatabase— The geodatabase object.name— Name of the mosaic dataset raster to be created.spatialReference— The spatial reference of the mosaic dataset raster to be created.