Read/Write 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

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.