Returns the min convex hull geometry of the raster excluding the NoDataBandValue band pixels, in the given band. If no band is specified, all the bands are considered when creating the min convex hull of the raster. The created geometry representing the min convex hull has world coordinates of the raster in its CRS as the corner coordinates.Documentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
If the specified band does not exist in the raster, RS_MinConvexHull throws an IllegalArgumentException
Signatures
Parameters
The input raster.
The band index.
Return type
The resulting geometry.

