SE_rasbandinfo_get_stats_min |
Retrieves the minimum pixel value in a raster band.
LONG SE_rasbandinfo_get_stats_min (const SE_RASBANDINFO rasterband, LFLOAT *min);
rasterband | The SE_RASBANDINFO handle |
min | A pointer to the minimum pixel value |
SE_rasbandinfo_get_stats_min retrieves the minimum pixel value in a raster band. The raster band must exist and statistics must have been created on it before a meaningful value could be returned.
SE_SUCCESS
SE_INVALID_POINTER
SE_OPERATION_NOT_ALLOWED