Read/Write APIs provide read/ write operations that can be performed on the Raster. Below are the different Read/Write APIs:
- Raster Random Iterator
getRandomIterator
: This method returns RasterRandomIterator object which provides random access to Raster band data. This object includes information like field index, band information etc. - Raster Random Block Iterator
getBlockIterator
: This method returns RasterRandomBlockIterator object which provides random access to blocks in a raster dataset. This object includes information like field index, resolution, iterator mode, start time, and end time. - Raster Random Tile Iterator
getRandomTileIterator
: This method creates RasterRandomTileIterator object which provides random access to tiles in a raster dataset.. This object includes information like field index, mode, resolution, optimization flag etc.