Skip to main content
Converts an out-of-database (out-db) raster to an in-database (in-db) raster, facilitating raster data management within the database. This function is useful for scenarios where raster data initially stored outside the database needs to be managed within the database, enhancing data integrity and access efficiency.

Signatures

Parameters

Raster
required
The input out-db raster to convert to an in-db raster.

Return type

The resulting in-db raster.

Example