Rendering APIs - geo_raster_sdk - 2.0

Geo Raster SDK Guide

Product type
Software
Portfolio
Locate
Product family
Spectrum
Product
Geo Raster SDK
Version
2.0
Language
English
Product name
Geo Raster SDK
Title
Geo Raster SDK Guide
Copyright
2024
First publish date
2021
Last edition
2024-07-19
Last publish date
2024-07-19T07:12:48.600318

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.