PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ rt_band_get_pixtype()

rt_pixtype rt_band_get_pixtype ( rt_band  band)

Return pixeltype of this band.

Parameters
band: the band
Returns
band's pixeltype

Definition at line 498 of file rt_band.c.

References rt_band_t::pixtype.

Referenced by RASTER_bandmetadata(), RASTER_clip(), RASTER_getBandPixelType(), RASTER_getBandPixelTypeName(), RASTER_mapAlgebra2(), RASTER_mapAlgebraExpr(), RASTER_mapAlgebraFct(), RASTER_mapAlgebraFctNgb(), RASTER_nMapAlgebra(), RASTER_nMapAlgebraExpr(), RASTER_setPixelValuesGeomval(), RASTER_tile(), RASTER_union_finalfn(), RASTER_union_transfn(), rt_raster_gdal_rasterize(), rt_raster_gdal_warp(), rt_raster_to_gdal_mem(), test_band_metadata(), test_gdal_to_raster(), and test_raster_wkb().

498  {
499 
500  assert(NULL != band);
501 
502 
503  return band->pixtype;
504 }
rt_pixtype pixtype
Definition: librtcore.h:2265
Here is the caller graph for this function: