SE_rasbandinfo_get_stats_min

Retrieves the minimum pixel value in a raster band.

Usage syntax

LONG SE_rasbandinfo_get_stats_min (const SE_RASBANDINFO rasterband, LFLOAT *min);

Parameters
rasterband The SE_RASBANDINFO handle
min A pointer to the minimum pixel value
Description

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.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_OPERATION_NOT_ALLOWED

SE_RASTERBAND_NO_STATS