Operation APIs provide operations that can be performed on the Raster. This method creates
RasterOperations object which provides access to the following operations:
- Convert: This method converts an input raster into various formats. For example, TIFF to MRR, classified to imagepalette etc.
- Reproject: This method reprojects the raster into the specified Coordinate Reference System with additional options.
- Rasterize: This method converts a vector file of regions into a raster.
- Polygonise: This method converts an input raster into polygons for various filtering conditions and writes them into a TAB file.
- ClipRaster: This method clips raster into smaller clipped size.
- 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.