Geo Raster SDK 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

The Geo Raster SDK comprises of various operations on different Raster formats such as MRR, GRD, GRC and TIFF.

RasterEngines is a final class that initializes Geo Raster SDK with custom parameters like cache size, locale selection, etc. that are relevant for a user's environment.

getRasterEngine() method provides a singleton instance of RasterEngine object, which is the top-level object for all the Geo Raster APIs.

RasterEngine class provides access to three subsequent level objects namely RasterDataset, RasterOperation and RasterRenderer.

These objects provide access to APIs that can be classified into three categories- Input/Output APIs (to view metadata information, analyze dataset and perform read/write operations on the raster), Operations APIs (to perform operations on the raster) and Rendering APIs (to display or render the raster).

Note: Detailed information of Geo Raster SDK APIs can be found in RasterSDK distribution at /sdk/javadoc/index.html.