Rendering APIs

Rendering APIs display or render a Raster dataset. Below are the different Rendering APIs :

Raster Style (RasterStyle): Uniformly defines the properties of given field of Raster file. RasterStyleBuilder provides APIs to create RGBRasterStyle, ClassifiedRasterStyle and PseudoRasterStyle. These builder objects hold the properties of different RasterStyle.

Raster Renderer (createRenderer): This method creates a RasterRenderer Object to display or render the underlying raster file into an image buffer. It can create the RasterRenderer object either with the default style or with the given RasterStyle.