Metadata 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 Metadata APIs provide metadata information about the Raster dataset. Below are the different Metadata APIs:

  • Raster Information getRasterInfo: This method returns information about a raster dataset as RasterInfo Object. This RasterInfo object includes Name of the Raster, Base Level, CoordSysString, FieldInfo, Height, Width, Overview, etc.
  • Raster Statistics getStatistics: This method returns basic statistics information of Raster Dataset as RasterStatistics Object for given field and band index. This RasterStatistics object includes information like Minimum, Maximum, Mean, Median, Mode, Area, Cell Difference, Standard Deviation, etc.