What's New? - geo_raster_sdk - Latest

Geo Raster SDK Release Notes

Product type
Software
Portfolio
Locate
Product family
Spectrum
Product
Geo Raster SDK
Version
Latest
Language
English
Product name
Geo Raster SDK
Title
Geo Raster SDK Release Notes
Copyright
2024
First publish date
2021
Last edition
2024-07-19
Last publish date
2024-07-19T07:13:21.692601

The Geo Raster SDK version 1.0 contains the following features.

TheGeo Raster SDK APIs comprise of various operations on different raster formats. These APIs are broadly classified into three main categories- Metadata APIs (metadata information about the raster dataset), Analysis APIs (analysis operations that can be performed on the raster), and Rendering APIs (display or render a raster dataset).

Metadata APIs

  • Raster Information getRasterInfo: Information about a raster dataset as RasterInfo Object.
  • Raster Statistics getStatistics: Basic statistics information of Raster Dataset as RasterStatistics Object for given field and band index.
  • Cell Value getCellValue: Cell Value of a Grid Coordinates.

Analysis APIs

  • Line Statistics getLineStatistics: Statistical information of a line calculated from an already opened raster.
  • Polygon/Region Statistics getPolygonStatistics: Statistics of a given input polygon or region calculated from an already opened raster.
  • Cross Section Information getCrossSectionInfo: Samples an already opened Raster Dataset along a series of points specified by line or polyline.

Rendering APIs

  • Raster Style RasterStyle: Uniformly defines the properties of given field of Raster file.
  • Raster Renderer createRenderer: Raster Renderer object to display or render the underlying raster file into an image buffer.
For more information, see Geo Raster SDK Guide.