ST_TopPyramidLevel
Updated at:
Copy as MD
Returns the highest pyramid level of a raster object.
Syntax
integer ST_TopPyramidLevel(raster raster_obj);Parameters
| Parameter | Description |
|---|---|
raster_obj | The raster object. |
Examples
SELECT ST_TopPyramidLevel(raster_obj) FROM raster_table;Output:
6Is this page helpful?