Operation 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
Operation APIs provide operations that can be performed on the Raster. This method creates RasterOperations object which provides access to the following operations:
  1. Convert: This method converts an input raster into various formats. For example, TIFF to MRR, classified to imagepalette etc.
  2. Reproject: This method reprojects the raster into the specified Coordinate Reference System with additional options.
  3. Rasterize: This method converts a vector file of regions into a raster.
  4. Polygonise: This method converts an input raster into polygons for various filtering conditions and writes them into a TAB file.
  5. ClipRaster: This method clips raster into smaller clipped size.
  6. Calculate: This method calculates MIPro supported expressions on input rasters and generates an output raster. This includes functionalities such as algebraic operation on rasters, index calculation NDVI, inflating raster for numeric to RGBA, etc.